Skip to content

Commit

Permalink
ci: fix cache string
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 17, 2023
1 parent dc834bd commit 47b91e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
target/
.nox/
.hypothesis/
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', "noxfile.py") }}
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
restore-keys: ${{ runner.os }}-argus-
- name: Run tests
run: nox -s tests
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
target/
.nox/
.hypothesis/
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', "noxfile.py") }}
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
restore-keys: ${{ runner.os }}-argus-
- name: Run lints
run: nox -s lint
Expand Down

0 comments on commit 47b91e4

Please sign in to comment.