ci: fix cache string
This commit is contained in:
parent
dc834bd8be
commit
47b91e4ee4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
target/
|
target/
|
||||||
.nox/
|
.nox/
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', "noxfile.py") }}
|
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
|
||||||
restore-keys: ${{ runner.os }}-argus-
|
restore-keys: ${{ runner.os }}-argus-
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: nox -s tests
|
run: nox -s tests
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
target/
|
target/
|
||||||
.nox/
|
.nox/
|
||||||
.hypothesis/
|
.hypothesis/
|
||||||
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', "noxfile.py") }}
|
key: ${{ runner.os }}-argus-${{ hashFiles('**/Cargo.toml', 'noxfile.py') }}
|
||||||
restore-keys: ${{ runner.os }}-argus-
|
restore-keys: ${{ runner.os }}-argus-
|
||||||
- name: Run lints
|
- name: Run lints
|
||||||
run: nox -s lint
|
run: nox -s lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue