Riven/test.bash

6 lines
176 B
Bash
Raw Normal View History

#!/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