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

ci: do run Go tests #53

Merged
merged 1 commit into from
Aug 20, 2023
Merged

ci: do run Go tests #53

merged 1 commit into from
Aug 20, 2023

Conversation

kolyshkin
Copy link
Contributor

@kolyshkin kolyshkin commented Aug 15, 2023

Apparently, what happens in GHA CI now is:

go test -test.v -race -cover
shell: /usr/bin/bash -e {0}
? github.com/polyfloyd/go-errorlint [no test files]

Fix this.

Note that this is why we missed an issue with #47 (the fix is in #52). Without the fix in #52 merged, this PR should make CI fail.

@kolyshkin
Copy link
Contributor Author

Yes, this works as expected (CI is "red" because of an issue fixed by #52).

@polyfloyd I think it makes sense to merge this one first (so that we're able to actually run CI on other PRs).

Apparently, what happens in GHA CI now is:

> go test -test.v -race -cover
> shell: /usr/bin/bash -e {0}
> ?   	github.com/polyfloyd/go-errorlint	[no test files]

Fix this.

Signed-off-by: Kir Kolyshkin <[email protected]>
@kolyshkin kolyshkin changed the title fix: do run tests in CI ci: do run Go tests Aug 15, 2023
@polyfloyd
Copy link
Owner

Thanks!

@polyfloyd polyfloyd merged commit ec3a1a0 into polyfloyd:main Aug 20, 2023
1 of 2 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.

2 participants