CI: parallelize cross-run tests

This commit is contained in:
Nathaniel Wesley Filardo
2022-12-14 01:57:45 +00:00
committed by Nathaniel Filardo
parent 9207f3d8a0
commit c084157cc9

View File

@@ -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: