From 2c284d860cbe44b83a069e17cd6e4a67b0993809 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 15 Jan 2024 11:34:10 -0800 Subject: [PATCH] test.bash RUST_BACKTRACE=full --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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