Skip to content

Commit

Permalink
CI: parallelize cross-run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwf-msr committed Dec 14, 2022
1 parent 9207f3d commit c084157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
# QEMU)
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
run: ctest -j 2 --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
timeout-minutes: 30

windows:
Expand Down

0 comments on commit c084157

Please sign in to comment.