.github/workflows: swap order of go test and golangci-lint (#9389)
The linter is secondary to the tests, so it should run after the tests, exposing test failures faster.
Showing
Please register or sign in to comment
The linter is secondary to the tests, so it should run after the tests, exposing test failures faster.