veloren/.gitlab/scripts/unittest.sh
2022-08-25 14:23:27 +03:00

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