We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42408f2 commit 552eb9dCopy full SHA for 552eb9d
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions-rust-lang/setup-rust-toolchain@v1
22
with:
23
target: ${{ matrix.target }}
24
- cache: false
+ cache: true
25
- name: Install Just
26
run: cargo install just
27
- name: Run Unit Tests
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
components: rustfmt,clippy
49
50
0 commit comments