Skip to content

Commit f79c47d

Browse files
committed
Use parallel make for check-pr workflow
1 parent 7a6ccda commit f79c47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 1
2222

2323
- name: Compile binary programs
24-
run: make CXX=g++-14 pgms
24+
run: make CXX=g++-14 pgms -j $(getconf _NPROCESSORS_ONLN)
2525

2626
# This avoids fetching the full git history, because it's slow.
2727
- name: Extract issue timestamps from published files

0 commit comments

Comments
 (0)