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

Add explicit test fixtures to fix tests on Windows #91

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

Acconut
Copy link
Member

@Acconut Acconut commented Dec 13, 2023

This PR cherry picks a commit from @nhairs' work in #89. Tests were failing on Windows because Git automatically converted the line endings, which caused different text files to be present on Linux and Windows CI runs. This is fixed by telling Git to treat the sample fixtures for test as binary files.

Fixes #49.

Thanks @nhairs!

@Acconut Acconut self-assigned this Dec 13, 2023
@Acconut Acconut marked this pull request as ready for review December 13, 2023 11:52
@Acconut Acconut merged commit 6d42811 into main Dec 13, 2023
16 checks passed
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.

Fix failing CI tests
2 participants