We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a4077 commit 5624a9bCopy full SHA for 5624a9b
1 file changed
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: 'Check: go test -race'
60
run: go test -timeout=120s -race -bench=. -benchtime=1x ./...
61
- name: 'Check: benchmark 📈'
62
- run: ba -a HEAD~1
+ run: ba -against HEAD~1
63
- name: 'Check: go test -short (CGO_ENABLED=0)'
64
env:
65
CGO_ENABLED: 0
@@ -135,7 +135,7 @@ jobs:
135
go install github.com/google/addlicense@latest
136
- name: 'Check: go vet'
137
if: always()
138
- run: go vet ./...
+ run: go vet -unsafeptr=false ./...
139
- name: 'Check: go vet shadow; shadowed variables'
140
141
run: |
0 commit comments