-
-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
CIContinuous integrationContinuous integrationos: macostype: enhancementNew feature or requestNew feature or request
Description
The CI looks like it is running tests on macOS, but they are skipped:
haskell-language-server/.github/workflows/test.yml
Lines 77 to 83 in c0f7d4c
# Mark which GHC versions on which platforms we want to test. | |
include: | |
# Test all supported versions, but only on ubuntu and windows | |
- os: ubuntu-latest | |
test: true | |
- os: windows-latest | |
test: true |
Is there a reason for that?
Metadata
Metadata
Assignees
Labels
CIContinuous integrationContinuous integrationos: macostype: enhancementNew feature or requestNew feature or request