Skip to content

Commit

Permalink
Run tests in parallel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 15, 2025
1 parent 1f4d43a commit 7abfc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cmake --build build
- name: Run tests
run: ctest --test-dir build --output-on-failure
run: ctest --test-dir build --output-on-failure --parallel

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
cmake --build build --config ${{ env.MSVC_CONFIG }}
- name: Run tests
run: ctest --test-dir build --build-config ${{ env.MSVC_CONFIG }} --output-on-failure
run: ctest --test-dir build --build-config ${{ env.MSVC_CONFIG }} --output-on-failure --parallel

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 7abfc66

Please sign in to comment.