forked from mirror/Riven
2 lines
104 B
Bash
2 lines
104 B
Bash
#!/bin/bash
|
|
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 cargo test --features nightly -- --nocapture
|