summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-09-27 21:03:50 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2022-09-27 21:03:50 +0100
commit9695f9afd8171b6e717725e7d31d368384323606 (patch)
tree64feb21f565441795cecfe54caa060a715526278 /tools
parente7115b0b1a9e5cf5632332f81e241a3d283b648d (diff)
downloadocaml-9695f9afd8171b6e717725e7d31d368384323606.tar.gz
Run the main testsuite serially
The forbidden test in the memory model suite is consistently failing under load on AppVeyor.
Diffstat (limited to 'tools')
-rw-r--r--tools/ci/appveyor/appveyor_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/appveyor/appveyor_build.sh b/tools/ci/appveyor/appveyor_build.sh
index b488846426..58e081081f 100644
--- a/tools/ci/appveyor/appveyor_build.sh
+++ b/tools/ci/appveyor/appveyor_build.sh
@@ -159,7 +159,7 @@ case "$1" in
$MAKE -C "$FULL_BUILD_PREFIX-$PORT/ocamltest" -j all allopt
# And run the entire testsuite, skipping all the native-code tests
run "test $PORT" \
- $MAKE -C "$FULL_BUILD_PREFIX-$PORT/testsuite" SHOW_TIMINGS=1 parallel
+ make -C "$FULL_BUILD_PREFIX-$PORT/testsuite" SHOW_TIMINGS=1 all
run "install $PORT" $MAKE -C "$FULL_BUILD_PREFIX-$PORT" install
if [[ $PORT = 'msvc64' ]] ; then
run "$MAKE check_all_arches" \