Skip to content

Commit 41d1901

Browse files
Adding a two threaded make check in the ubuntu distribution workflow
1 parent 093be06 commit 41d1901

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ubuntu-distcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: ./autogen.sh
2525
- name: configure
2626
run: ./configure
27+
- name: make check with two threads
28+
run: make -j2 check
2729
- name: make distcheck
2830
run: make distcheck

0 commit comments

Comments
 (0)