Skip to content

Commit

Permalink
Stack CI: restrict tests to Linux because of failures
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 30, 2024
1 parent a8f226d commit 6193e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
- name: Build w/ tests
run: ${{ env.stack }} test --no-run-tests

# Tests fail on macOS and Window
- name: Run tests
if: runner.os == 'Linux'
run: ${{ env.stack }} test

- name: Cache dependencies
Expand Down

0 comments on commit 6193e9a

Please sign in to comment.