Skip to content

Commit 6193e9a

Browse files
committed
Stack CI: restrict tests to Linux because of failures
1 parent a8f226d commit 6193e9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
- name: Build w/ tests
5555
run: ${{ env.stack }} test --no-run-tests
5656

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

6062
- name: Cache dependencies

0 commit comments

Comments
 (0)