Skip to content

Commit

Permalink
Merge pull request #20 from well-typed/jdral/gha-timeout
Browse files Browse the repository at this point in the history
Timeouts for GHA CI
  • Loading branch information
dcoutts authored Jun 14, 2024
2 parents fdb1a51 + 85e80e0 commit e8fd52f
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 e8fd52f

Please sign in to comment.