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

test(scripts/install.sh): fix file names and build tags #831

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

swiatekm
Copy link

Test file names need to end with test for the Go compiler to pick them up. As is, none of the install script tests would run. The problem was introduced in #762.

I've also changed the build tags from unix to !windows, as the former seems to be very new and only supported in Go 1.19.

@swiatekm swiatekm requested a review from a team as a code owner November 14, 2022 17:05
@github-actions github-actions bot added the go label Nov 14, 2022
@swiatekm swiatekm enabled auto-merge (rebase) November 14, 2022 17:06
@swiatekm swiatekm force-pushed the test/install-script/fix branch from 6f90d11 to 3a82ff0 Compare November 15, 2022 09:44
@swiatekm swiatekm merged commit a13e5fa into main Nov 15, 2022
@swiatekm swiatekm deleted the test/install-script/fix branch November 15, 2022 13:12
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.

2 participants