Re-add MP test script to CI.
This commit is contained in:
parent
27ea013763
commit
f1c4a83f20
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-scripts/docker.sh
vendored
1
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -141,6 +141,7 @@ if [ "$IMAGE" != "1804" ]; then
|
|||
fi
|
||||
execute "WML tests" ./run_wml_tests -g -v -c -t 20
|
||||
execute "Play tests" ./utils/CI/play_test_executor.sh
|
||||
execute "MP tests" ./utils/CI/play_test_executor.sh
|
||||
execute "Boost unit tests" ./utils/CI/test_executor.sh
|
||||
|
||||
if [ -f "errors.log" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue