summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-01-28 07:08:45 -0600
committerBe <be@mixxx.org>2021-01-28 07:08:45 -0600
commitd3f5208fb775f633067e13411f94867a3f470ddd (patch)
tree725e2c5e1ba32c2d2542b312372cc21a55470bc5 /.github
parentf1dc6c7dea0c9a3bdd75c88d3cc0af8073df7e0e (diff)
GH Actions: don't parallelize tests to avoid Windows failures
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5bfc392132..955c614eff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -248,7 +248,8 @@ jobs:
# Render analyzer waveform tests to an offscreen buffer
QT_QPA_PLATFORM: ${{ matrix.qt_qpa_platform }}
GTEST_COLOR: 1
- CTEST_PARALLEL_LEVEL: 2
+ # Windows tests fail randomly if run in parallel
+ CTEST_PARALLEL_LEVEL: 1
CTEST_OUTPUT_ON_FAILURE: 1
- name: Benchmark