mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Run ctest tests in parallel (#20137)
This commit is contained in:
committed by
GitHub
parent
8627a5875f
commit
733eb07dd2
@@ -20,5 +20,5 @@ if [[ "$OSTYPE" == "cygwin" || "$OSTYPE" == "msys" ]]; then
|
|||||||
./tests --gtest_output=xml:../artifacts/test-results.xml "$@"
|
./tests --gtest_output=xml:../artifacts/test-results.xml "$@"
|
||||||
else
|
else
|
||||||
echo -e "\033[0;36mRunning OpenRCT2 tests...\033[0m"
|
echo -e "\033[0;36mRunning OpenRCT2 tests...\033[0m"
|
||||||
ctest --output-on-failure --output-junit ../artifacts/test-results.xml "$@"
|
ctest -j 2 --output-on-failure --output-junit ../artifacts/test-results.xml "$@"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user