Skip to content

Commit

Permalink
print out ci tooling versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Nov 25, 2020
1 parent 59c2c31 commit 7b07847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ main() {
#cross build --target $TARGET
#cross build --target $TARGET --release

cargo fmt --version
cargo fmt --all -- --check
cargo clippy --version
cargo clippy --all-targets --all-features --examples --tests

if [ ! -z $DISABLE_TESTS ]; then
Expand Down

0 comments on commit 7b07847

Please sign in to comment.