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 c9489e9 commit f698a4bCopy full SHA for f698a4b
.github/workflows/ci.yml
@@ -21,6 +21,10 @@ jobs:
21
- run: rustup which rustc
22
- run: rustc --version
23
- run: rustup --version
24
+ - run: which rustup
25
+ - run: which rustc
26
+ - run: which cargo
27
+ - run: which clippy
28
- run: rm -rf target
29
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
30
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"
0 commit comments