ci: fix cache string

This commit is contained in:
Anand Balakrishnan 2023-10-17 12:06:34 -07:00
parent dc834bd8be
commit 47b91e4ee4
No known key found for this signature in database

View file

@ -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
@ -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