Skip to content

Commit

Permalink
.github/workflows/ci.yml: exercise 'cargo clippy'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Oct 26, 2023
1 parent 49f8474 commit bb8fb99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
find target/aarch64-pc-windows-msvc -name blst-\*.exe -exec cp {} blst-arm-test.exe \; -quit
cargo clean -p blst --release --target=aarch64-pc-windows-msvc
fi
echo '--- cargo clippy'
echo
cargo clippy --release
cargo clean -p blst
cargo clean -p blst --release
rm -rf target/.rustc_info.json
Expand Down

0 comments on commit bb8fb99

Please sign in to comment.