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