Skip to content

Commit 73eb5b6

Browse files
committed
updated
1 parent 71ddb0e commit 73eb5b6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on: [push, pull_request]
55
env:
66
CMAKE_BUILD_PARALLEL_LEVEL: "2" # 2 cores on each GHA VM, enable parallel builds
77
CTEST_OUTPUT_ON_FAILURE: "ON" # This way we don't need a flag to ctest
8-
CTEST_PARALLEL_LEVEL: "2"
98
CTEST_TIME_TIMEOUT: "5" # some failures hang forever
109
HOMEBREW_NO_ANALYTICS: "ON" # Make Homebrew installation a little quicker
1110
HOMEBREW_NO_AUTO_UPDATE: "ON"
@@ -106,7 +105,6 @@ jobs:
106105
run: >-
107106
ctest
108107
--test-dir ${{ env.BUILD_DIR }}
109-
--parallel
110108
--output-on-failure
111109
--no-tests=error
112110

0 commit comments

Comments
 (0)