File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
github_access_token : ${{ secrets.GITHUB_TOKEN }}
17
17
- run : nix flake check
18
18
- 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"
22
22
- run : nix build
You can’t perform that action at this time.
0 commit comments