We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe7ae9 commit 40bb5a1Copy full SHA for 40bb5a1
.github/workflows/go.yml
@@ -66,7 +66,7 @@ jobs:
66
env:
67
GOARCH: '386'
68
- run: go test ./...
69
- - run: go test -count=2 ./...
+ - run: go test -count=2 -covermode=atomic ./...
70
- run: go test -v -run TestRaceyPatternSchema -race ./...
71
72
CGO_ENABLED: '1'
@@ -151,7 +151,7 @@ jobs:
151
- uses: actions/setup-go@v3
152
with:
153
go-version: '>=1.17.0'
154
- - run: go install github.com/incu6us/goimports-reviser/v2@v2.5.1
+ - run: go install github.com/incu6us/goimports-reviser/v2@latest
155
- run: which goimports-reviser
156
- run: find . -type f -iname '*.go' ! -iname '*.pb.go' -exec goimports-reviser -file-path {} \;
157
- run: git --no-pager diff --exit-code
0 commit comments