File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
- run : rustc --version
23
23
- run : rustup --version
24
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"
28
- - run : |
29
- nix develop --command bash -c "export RUSTFLAGS='-D warnings' && cargo clean && cargo test"
25
+ - run : nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
26
+ - run : nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"
27
+ - run : nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo test"
30
28
- run : nix build
You can’t perform that action at this time.
0 commit comments