We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3504d74 commit 479b86fCopy full SHA for 479b86f
.github/workflows/ci.yml
@@ -89,8 +89,9 @@ jobs:
89
uses: DeterminateSystems/nix-installer-action@main
90
- uses: DeterminateSystems/magic-nix-cache-action@main
91
- uses: Swatinem/rust-cache@v2
92
+ with:
93
+ cache-on-failure: true
94
- name: cargo test
95
continue-on-error: true # We have plenty of failing tests right now
- cache-on-failure: true
96
# Run tests in release mode because otherwise they take *foreeever*
97
run: nix develop --command just profile=release test
0 commit comments