We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 671791e + e21a4c7 commit 61cf7d8Copy full SHA for 61cf7d8
1 file changed
.github/workflows/go.yml
@@ -27,5 +27,10 @@ jobs:
27
- name: Test
28
run: go test -v -short ./...
29
30
+ - name: Run gcassert
31
+ run: |
32
+ go install github.com/jordanlewis/gcassert/cmd/gcassert@latest
33
+ $(go env GOPATH)/bin/gcassert ./...
34
+
35
- name: Check code quality
36
uses: dominikh/staticcheck-action@v1
0 commit comments