Skip to content

Commit

Permalink
Re-add MP test script to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Jan 5, 2021
1 parent 27ea013 commit f1c4a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-scripts/docker.sh
Expand Up @@ -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
Expand Down

0 comments on commit f1c4a83

Please sign in to comment.