Skip to content

Commit

Permalink
Add a second make call for error logging visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Feb 20, 2024
1 parent 87b5aa7 commit 301728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Make unit
run: |
make -j4 -k
make -j4 -k || make
##
## Go
Expand Down

0 comments on commit 301728f

Please sign in to comment.