Skip to content

Commit

Permalink
test: need meson test first?
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 12, 2024
1 parent 04b93f1 commit 3e15880
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 @@ -413,7 +413,7 @@ jobs:
- run: tree iguana
### run tests
- name: meson test
if: ${{ matrix.id != 'coverage' && matrix.id != 'documentation' }}
if: ${{ matrix.id != 'documentation' }}
working-directory: iguana_build
run: |
if [ "${{ env.verbose_test }}" = "true" ]; then
Expand Down

0 comments on commit 3e15880

Please sign in to comment.