forked from mirror/Riven
1
0
Fork 0
Riven/test-full.bash

13 lines
368 B
Bash
Executable File

#!/bin/bash
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-fields -- --nocapture