mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 02:46:31 +00:00
4 lines
176 B
Bash
Executable file
4 lines
176 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=full RUST_LOG=riven=debug cargo test --no-fail-fast --features nightly,deny-unknown -- --nocapture
|