Skip to content

Commit 5a18358

Browse files
authored
Merge pull request #93 from Kobzol/ci-cache
Add cache to test workflows
2 parents 7367b7a + 52d6c2e commit 5a18358

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://github.com/actions-rs/meta/blob/master/recipes/matrix.md
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
name: Tests
66

@@ -26,6 +26,8 @@ jobs:
2626
override: true
2727
components: rustfmt, clippy
2828

29+
- uses: Swatinem/rust-cache@v2
30+
2931
- name: Install cargo-expand
3032
uses: actions-rs/cargo@v1
3133
with:

0 commit comments

Comments
 (0)