mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
243 B
Bash
4 lines
243 B
Bash
|
#!/bin/bash
|
||
|
export VELOREN_ASSETS="$(pwd)/assets"
|
||
|
rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
|
||
|
time cargo test --package veloren-voxygen-i18n --lib test_all_localizations -- --nocapture --ignored
|