mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 11:26:31 +00:00
0f400ab43a
- New `tft-league-v1.getTopRatedLadder` endpoint. #24 - Updated optionals on `tft-league-v1.LeagueEntryDTO`. #25 - New `RANKED_TFT_TURBO` `QueueType`. #25 - Test for `tft-league-v1.getLeagueEntriesForSummoner` added. #25 - Fixed whitespace on `잘 못` doc test (werid).
2 lines
125 B
Bash
Executable file
2 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 RUST_LOG=riven=debug cargo test --features nightly -- --nocapture
|