mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
5 lines
260 B
Bash
5 lines
260 B
Bash
|
#!/bin/bash
|
||
|
export VELOREN_ASSETS="$(pwd)/assets"
|
||
|
time cargo test --package veloren-i18n --lib test_all_localizations -- --nocapture --ignored &&
|
||
|
time cargo test --package veloren-common-assets asset_tweak::tests --features asset_tweak --lib &&
|
||
|
time cargo test
|