Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Github workflow file to run tests in Windows environment #566

Merged
merged 13 commits into from
Dec 19, 2022

Conversation

k00ni
Copy link
Collaborator

@k00ni k00ni commented Dec 13, 2022

We can run almost all tests in Windows, but a few fail because of different line endings (\n in Linux vs. \r\n in Windows). I marked them with @group linux-only so they can be skipped in Windows.

Current state is pretty good for now in my opinion and helps us to catch more (potential) problems beforehand.

What do you guys think?

CC @j0k3r

@k00ni k00ni marked this pull request as ready for review December 13, 2022 09:50
@k00ni k00ni requested review from j0k3r and smalot December 13, 2022 10:06
Copy link
Collaborator

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

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

Good job, looks good to me 👍🏼

@k00ni k00ni merged commit 6470cc9 into master Dec 19, 2022
@k00ni k00ni deleted the feature/windows-tests branch December 19, 2022 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants