Skip to content

Commit

Permalink
Timeouts for GHA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Jun 14, 2024
1 parent fdb1a51 commit 85e80e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
os: ubuntu-22.04
liburing: "system"

timeout-minutes: 30

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -122,5 +124,9 @@ jobs:
- name: Build
run: cabal build all

- name: Set test timeout
run: |
echo "TASTY_TIMEOUT=5m" >> "$GITHUB_ENV"
- name: Run tests
run: cabal test -j1 --test-show-details=direct all

0 comments on commit 85e80e0

Please sign in to comment.