add asset_tweaks to unittests on CI

This commit is contained in:
juliancoffee 2021-06-08 22:46:45 +03:00
parent 1dd621a56f
commit 44e4fd874f

View File

@ -9,7 +9,7 @@ unittests:
- rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
- cargo test --package veloren-i18n --lib test_all_localizations -- --nocapture --ignored
- rm -r target/debug/incremental* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
- cargo test
- cargo test --features asset_tweak
retry:
max: 2