There was an error while loading. Please reload this page.
1 parent c93bc8c commit d1e983bCopy full SHA for d1e983b
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
target/
30
key: tests-${{ matrix.command }}-${{ hashFiles('**/Cargo.lock') }}
31
restore-keys: |
32
- tests-${{ matrix.command }}-${{ hashFiles('**/Cargo.lock') }}-
+ tests-${{ matrix.command }}-
33
tests-
34
- name: Run command
35
run: cargo ${{ matrix.command }}
0 commit comments