From f1821916801d2167254ad12c13c751a8517d3c7e Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sun, 4 Jul 2021 10:04:44 -0700 Subject: [PATCH] Only check stable for compilation in test.bash --- test.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.bash b/test.bash index 6543374..ba710fb 100755 --- a/test.bash +++ b/test.bash @@ -1,5 +1,5 @@ #!/bin/bash set -e -cargo +stable test -- --nocapture -RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo +nightly test --features nightly -- --nocapture +cargo +stable test --no-run +RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=trace cargo +nightly test --features nightly -- --nocapture