Skip to content

Commit

Permalink
ENH: Remove test parallelism to prevent non-deterministic test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Apr 28, 2023
1 parent 0a057d7 commit a31fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ jobs:
- name: Build and test
if: matrix.os != 'windows-2022'
run: |
ctest --output-on-failure -j 2 -V -S dashboard.cmake
ctest --output-on-failure -V -S dashboard.cmake
- name: Build and test
if: matrix.os == 'windows-2022'
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
ctest --output-on-failure -j 2 -V -S dashboard.cmake
ctest --output-on-failure -V -S dashboard.cmake
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@b114bdd01a16855f57df0a973e665e61ac83355d
Expand Down

0 comments on commit a31fbf7

Please sign in to comment.