mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +00:00
Update test.bash to check stable compilation
This commit is contained in:
parent
23645a9319
commit
27e694a61c
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
#!/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
|
||||
|
|
Loading…
Reference in a new issue