Skip to content

Commit

Permalink
Bug #863: CI build failures make test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 2, 2024
1 parent eaf2622 commit a0f7ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: List files in the repository
run: ls ${{ github.workspace }}
- name: tests
run: sudo make test || cat test/test.log
run: sudo make test || (cat test/test.log; false)
- run: echo "This test's status is ${{ job.status }}."

0 comments on commit a0f7ddd

Please sign in to comment.