Skip to content

Commit 56a8d6f

Browse files
committed
No cargo clean
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 6eadf79 commit 56a8d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1717
- run: nix flake check
1818
- run: rm -rf /home/runner/.cargo
19-
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo fmt -- --check"
20-
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"
21-
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo test"
19+
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo fmt -- --check"
20+
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
21+
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo test"
2222
- run: nix build

0 commit comments

Comments
 (0)