Only check stable for compilation in test.bash

This commit is contained in:
Mingwei Samuel 2021-07-04 10:04:44 -07:00
parent 75ab41aca2
commit f182191680

View file

@ -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