forked from mirror/go-json
Add gcflags
This commit is contained in:
parent
06e2230d8d
commit
8ba8567a2b
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./ -count=1
|
||||
run: go test -v -gcflags=-d=checkptr ./ -count=1
|
||||
|
||||
- name: Test with GC
|
||||
run: go test -v ./ -count=1
|
||||
|
|
Loading…
Reference in New Issue