Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

ci: do run Go tests#53

Merged
polyfloyd merged 1 commit intopolyfloyd:mainfrom
kolyshkin:fix-ci
Aug 20, 2023
Merged

ci: do run Go tests#53
polyfloyd merged 1 commit intopolyfloyd:mainfrom
kolyshkin:fix-ci

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants