Skip to content

Commit

Permalink
Add cargo/rustc sanity calls
Browse files Browse the repository at this point in the history
Add trivial calls to `cargo` and `rustc` as sanity checks before
starting the script proper.
  • Loading branch information
tcharding committed Jul 13, 2022
1 parent 34d5a31 commit c6d5a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ then
export RUSTFLAGS="-C link-dead-code"
fi

cargo --version
rustc --version

echo "********* Testing std *************"
# Test without any features other than std first
Expand Down

0 comments on commit c6d5a12

Please sign in to comment.