Merge branch 'xMAC94x/fix_ci2' into 'master'

unittest fix

See merge request veloren/veloren!1979
This commit is contained in:
Marcel 2021-03-23 12:10:12 +00:00
commit 379ab0f341

View File

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