veloren/.gitlab/scripts/unittest.sh

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