Skip to content

Commit

Permalink
[CI] Disable timeout on meson tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes authored Jun 6, 2024
1 parent ebe9a06 commit 8db31e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Test GALAHAD
shell: bash
run: |
meson test -C builddir
meson test -C builddir --timeout-multiplier 0
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down

0 comments on commit 8db31e0

Please sign in to comment.