Skip to content

Commit 61cf7d8

Browse files
authored
Merge pull request #9 from fmstephe/add-gcassert-github-action
Adding gcassert-action to github build hook
2 parents 671791e + e21a4c7 commit 61cf7d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ jobs:
2727
- name: Test
2828
run: go test -v -short ./...
2929

30+
- name: Run gcassert
31+
run: |
32+
go install github.com/jordanlewis/gcassert/cmd/gcassert@latest
33+
$(go env GOPATH)/bin/gcassert ./...
34+
3035
- name: Check code quality
3136
uses: dominikh/staticcheck-action@v1

0 commit comments

Comments
 (0)