We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2e61 commit ee21552Copy full SHA for ee21552
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
- run: rustup which rustc
22
- run: rustc --version
23
- run: rustup --version
24
+ - run: rm -rf target
25
- run: nix develop --command cargo fmt -- --check
26
- run: |
27
nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo clippy"
0 commit comments