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