mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
export VELOREN_ASSETS="$(pwd)/assets"
|
|
time cargo test --package veloren-voxygen-i18n --lib test_all_localizations -- --nocapture --ignored
|