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