File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,20 @@ jobs:
76
76
- windows-latest
77
77
test :
78
78
- true
79
+ - false
79
80
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
85
82
- os : windows-latest
86
83
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.
88
87
- 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
89
93
test : false
90
94
91
95
steps :
You can’t perform that action at this time.
0 commit comments