Skip to content

Commit

Permalink
fix: don't run meson test if not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 11, 2024
1 parent 4355e49 commit 3917774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ jobs:
- run: tree iguana
### run tests
- name: meson test
if: ${{ matrix.id != 'coverage' && matrix.id != 'documentation' }}
working-directory: iguana_build
run: |
if [ "${{ env.verbose_test }}" = "true" ]; then
Expand Down

0 comments on commit 3917774

Please sign in to comment.