From d3f5208fb775f633067e13411f94867a3f470ddd Mon Sep 17 00:00:00 2001 From: Be Date: Thu, 28 Jan 2021 07:08:45 -0600 Subject: GH Actions: don't parallelize tests to avoid Windows failures --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3