Skip to content

Commit

Permalink
Cargo clean
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Jan 23, 2025
1 parent 5237146 commit 6acb952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: nix flake check
- run: nix develop --command cargo fmt -- --check
- run: |
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clippy"
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"
- run: |
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo test"
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo test"
- run: nix build

0 comments on commit 6acb952

Please sign in to comment.