Skip to content

Commit

Permalink
Don0t print the test suite log
Browse files Browse the repository at this point in the history
  • Loading branch information
rodarima committed Dec 28, 2023
1 parent 962eca2 commit 0625987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ jobs:
- name: make
run: make
- name: make check
run: make check || (cat test/html/test-suite.log; false)
run: make check
#run: make check || (cat test/html/test-suite.log; false)

0 comments on commit 0625987

Please sign in to comment.