Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage authored Jul 24, 2024
1 parent 91a2825 commit 5261048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: configure
run: ./configure --enable-test --enable-examples
- name: make
run: make
run: make -j 20
- name: make check
run: make check || more test/unix/test-suite.log
run: make check -j 20 || more test/unix/test-suite.log

0 comments on commit 5261048

Please sign in to comment.