Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 25, 2023
1 parent 20999dc commit b61e73e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
- name: Build program and run tests
run: |
gem install xcpretty
make test | xcpretty -c && exit ${PIPESTATUS[0]}

0 comments on commit b61e73e

Please sign in to comment.