Skip to content

Commit

Permalink
add ubuntu make-check github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Sep 28, 2023
1 parent f9a1503 commit 80bd582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@ jobs:
- name: make
run: make
- name: make check
id: make-check
run: make check
- name: Show logs on failure
if: ${{ failure() && steps.make-check.outcome == 'failure' }}
run: |
more test-suite.log

0 comments on commit 80bd582

Please sign in to comment.