Skip to content

Update CI to include test on macos runner#10

Merged
pjones merged 2 commits into
pjones:trunkfrom
nitinprakash96:nitin/ci
May 30, 2025
Merged

Update CI to include test on macos runner#10
pjones merged 2 commits into
pjones:trunkfrom
nitinprakash96:nitin/ci

Conversation

@nitinprakash96

@nitinprakash96 nitinprakash96 commented May 28, 2025

Copy link
Copy Markdown
Contributor

Closes #3

I think it should be enough to test with latest GHC on MacOS runner.

Edit: Gave up on Windows CI for now as it has it's own issue which I'm not able to pinpoint.

@pjones

pjones commented May 28, 2025

Copy link
Copy Markdown
Owner

Thank you so much!

Comment thread test/TestData.hs
okay :: Text -> Bool
okay t =
Text.all allowedChar t
Text.all atext t

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some flakiness in the tests. A couple of them result in InvalidCharactersError and InvalidLengthError. This change fixes the first one. Domain name is considered valid over atext. But property tests were allowing all ascii characters (Eg: ;).

@nitinprakash96 nitinprakash96 changed the title Update CI to include test on macos and windowns runner Update CI to include test on macos runner May 30, 2025
@pjones pjones merged commit a4bdb29 into pjones:trunk May 30, 2025
5 checks passed
@pjones

pjones commented May 30, 2025

Copy link
Copy Markdown
Owner

Fantastic! Thank you so much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Actions Config for macOS (needs ICU)

2 participants