mirror of https://github.com/MingweiSamuel/Riven
test.bash RUST_BACKTRACE=full
parent
ceac9d203b
commit
2c284d860c
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo test --no-fail-fast --features nightly,deny-unknown -- --nocapture
|
||||
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=full RUST_LOG=riven=debug cargo test --no-fail-fast --features nightly,deny-unknown -- --nocapture
|
||||
|
|
Loading…
Reference in New Issue