-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fix Windows tests #1555
Fix Windows tests #1555
Conversation
8d64cd0
to
54c967c
Compare
.PHONY: install-linter | ||
install-linter: | ||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ${GOPATH}/bin v1.47.2 | ||
|
||
.PHONY: lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use this at all anymore, it's part of install-tools
4704cd6
to
3778752
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1555 +/- ##
==========================================
+ Coverage 39.70% 39.71% +0.01%
==========================================
Files 51 51
Lines 2944 3278 +334
==========================================
+ Hits 1169 1302 +133
- Misses 1620 1814 +194
- Partials 155 162 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Closes #1556
Description
Fixes our long-standing issue with Windows tests doing nothing :P. The CGO fixes we made a while back sovled half the issue, this solves the rest.
Example failing CI here (we used to have the issue that failing Windows tests didn't cause the to fail, this shows that it is fixed):
https://github.com/onflow/flow-cli/actions/runs/8915898654/job/24486335666
For contributor use:
master
branchFiles changed
in the Github PR explorer