Add a local testing script
This commit is contained in:
parent
8bc7c76088
commit
692fe912db
1 changed files with 10 additions and 0 deletions
10
test
Normal file
10
test
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
export RUSTFLAGS="-D warnings"
|
||||||
|
export RUSTDOCFLAGS="-D warnings"
|
||||||
|
cargo +1.34.0 test
|
||||||
|
cargo +1.34.0 test --release
|
||||||
|
cargo clippy
|
||||||
|
cargo test
|
||||||
|
cargo test --release
|
||||||
|
cargo doc
|
Loading…
Add table
Reference in a new issue