Skip to content

Commit 7a064d8

Browse files
committed
more
1 parent 0d12746 commit 7a064d8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/test.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,20 @@ jobs:
7676
- windows-latest
7777
test:
7878
- true
79+
- false
7980
exclude:
80-
# Don't test (but do build) on macos, it's sufficiently similar to other OSs
81-
# that it mostly just burns CI time
82-
- os: macOS-latest
83-
test: true
84-
# Don't test windows on 9.2, it has particularly bad long-path issues
81+
# Don't do anything for windows on 9.2, it has particularly bad long-path issues
8582
- os: windows-latest
8683
ghc: "9.2"
87-
include:
84+
# Exclude the test configuration on macos, it's sufficiently similar to other OSs
85+
# that it mostly just burns CI time. Buiding is still useful since it catches
86+
# solver issues.
8887
- os: macOS-latest
88+
test: true
89+
# Exclude the build-only configurations for windows and ubuntu
90+
- os: windows-latest
91+
test: false
92+
- os: ubuntu-latest
8993
test: false
9094

9195
steps:

0 commit comments

Comments
 (0)