Remove verbose flag from WML unit tests.
This commit is contained in:
parent
e3432738af
commit
a2c795bfd7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -130,7 +130,7 @@ fi
|
|||
execute "WML validation" ./utils/CI/schema_validation.sh
|
||||
execute "WML indentation check" checkindent
|
||||
execute "Doxygen check" ./utils/CI/doxygen-check.sh
|
||||
execute "WML tests" ./run_wml_tests -g -v -c -t 20
|
||||
execute "WML tests" ./run_wml_tests -g -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
|
||||
|
|
Loading…
Add table
Reference in a new issue