Skip to content

Commit ee21552

Browse files
committed
Remove target
Signed-off-by: Šimon Brandner <[email protected]>
1 parent bee2e61 commit ee21552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: rustup which rustc
2222
- run: rustc --version
2323
- run: rustup --version
24+
- run: rm -rf target
2425
- run: nix develop --command cargo fmt -- --check
2526
- run: |
2627
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"

0 commit comments

Comments
 (0)