forked from mirror/Riven
4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo test --features nightly,deny-unknown -- --nocapture
|