Riven/test-full.bash

13 lines
361 B
Bash
Raw Normal View History

#!/bin/bash
2021-07-24 00:57:41 +00:00
set -e
# Ensure stable builds.
cargo +stable test --no-run
cargo +stable test --no-run --features tracing
# Ensure nightly builds.
cargo +nightly test --no-run --features nightly,tracing
# Run tests on nightly.
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=trace cargo +nightly test --features nightly,deny-unknown -- --nocapture