Skip to content

Commit 26ba07f

Browse files
ci: make tests parallel
1 parent 4485739 commit 26ba07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# It should be removed eventually when all the files are clear of user input.
9595
- name: test
9696
run: |
97-
ctest --test-dir build --verbose --timeout 5
97+
ctest --test-dir build --verbose --timeout 5 --parallel 4
9898
9999
- name: Label on PR fail
100100
uses: actions-ecosystem/action-add-labels@v1

0 commit comments

Comments
 (0)