mirror of https://github.com/MingweiSamuel/Riven
3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/bash
|
||
|
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 cargo test --features nightly
|