Skip to content

Commit

Permalink
Adding a two threaded make check in the ubuntu distribution workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Aug 6, 2023
1 parent 093be06 commit 41d1901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: ./autogen.sh
- name: configure
run: ./configure
- name: make check with two threads
run: make -j2 check
- name: make distcheck
run: make distcheck

0 comments on commit 41d1901

Please sign in to comment.