diff --git a/test.bash b/test.bash index 15c8317..039784a 100755 --- a/test.bash +++ b/test.bash @@ -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