Add cargo/rustc sanity calls
Add trivial calls to `cargo` and `rustc` as sanity checks before starting the script proper.
This commit is contained in:
parent
34d5a3141d
commit
c6d5a12b60
|
@ -13,6 +13,8 @@ then
|
||||||
export RUSTFLAGS="-C link-dead-code"
|
export RUSTFLAGS="-C link-dead-code"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cargo --version
|
||||||
|
rustc --version
|
||||||
|
|
||||||
echo "********* Testing std *************"
|
echo "********* Testing std *************"
|
||||||
# Test without any features other than std first
|
# Test without any features other than std first
|
||||||
|
|
Loading…
Reference in New Issue