Skip to content

Commit 20dd63c

Browse files
committed
Add cargo/rustc sanity calls
Add trivial calls to `cargo` and `rustc` as sanity checks before starting the script proper.
1 parent 0f7d980 commit 20dd63c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ then
1313
export RUSTFLAGS="-C link-dead-code"
1414
fi
1515

16+
cargo --version
17+
rustc --version
1618

1719
echo "********* Testing std *************"
1820
# Test without any features other than std first

0 commit comments

Comments
 (0)