unittest fix

This commit is contained in:
Marcel Märtens 2021-03-23 11:15:33 +01:00
parent f2c01409a2
commit 63dc2ea551

View File

@ -7,6 +7,7 @@ unittests:
- ln -s /dockercache/cache-all target - ln -s /dockercache/cache-all target
- rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly - rm -r target/debug/incremental/veloren_* || echo "all good" # TMP FIX FOR 2021-03-22-nightly
- cargo test --package veloren-voxygen --lib test_all_localizations -- --nocapture --ignored - cargo test --package veloren-voxygen --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
retry: retry:
max: 2 max: 2