Skip to content

Commit 479b86f

Browse files
Update ci.yml
1 parent 3504d74 commit 479b86f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ jobs:
8989
uses: DeterminateSystems/nix-installer-action@main
9090
- uses: DeterminateSystems/magic-nix-cache-action@main
9191
- uses: Swatinem/rust-cache@v2
92+
with:
93+
cache-on-failure: true
9294
- name: cargo test
9395
continue-on-error: true # We have plenty of failing tests right now
94-
cache-on-failure: true
9596
# Run tests in release mode because otherwise they take *foreeever*
9697
run: nix develop --command just profile=release test

0 commit comments

Comments
 (0)