Skip to content

Commit f698a4b

Browse files
committed
Haha
Signed-off-by: Šimon Brandner <[email protected]>
1 parent c9489e9 commit f698a4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- run: rustup which rustc
2222
- run: rustc --version
2323
- run: rustup --version
24+
- run: which rustup
25+
- run: which rustc
26+
- run: which cargo
27+
- run: which clippy
2428
- run: rm -rf target
2529
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo fmt -- --check"
2630
- run: nix develop --command bash -c "export RUSTFLAGS='-D warnings' && rm -rf target && cargo clean && cargo clippy"

0 commit comments

Comments
 (0)