Update test.bash to check stable compilation

pull/27/head
Mingwei Samuel 2021-07-01 23:24:52 -07:00
parent 23645a9319
commit 27e694a61c
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
#!/bin/bash #!/bin/bash
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo test --features nightly -- --nocapture set -e
cargo +stable test -- --nocapture
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo +nightly test --features nightly -- --nocapture