Skip to content

Commit

Permalink
CI: run tests in parallel
Browse files Browse the repository at this point in the history
...to make sure that we catch any possible hardcoded ports in future.
  • Loading branch information
jktjkt authored and michalvasko committed Apr 9, 2024
1 parent f8d9e8d commit 957d8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ jobs:
working-directory: ${{ github.workspace }}/build
run: |
export LSAN_OPTIONS=suppressions=${{ github.workspace }}/tests/library_lsan.supp
ctest --output-on-failure
ctest -j4 --output-on-failure

0 comments on commit 957d8ec

Please sign in to comment.