mirror of https://github.com/goccy/go-json.git
Remove checkptr flag
This commit is contained in:
parent
8ba8567a2b
commit
3ffbfe413f
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Test
|
||||
run: go test -v -gcflags=-d=checkptr ./ -count=1
|
||||
run: go test -v ./ -count=1
|
||||
|
||||
- name: Test with GC
|
||||
run: go test -v ./ -count=1
|
||||
|
|
Loading…
Reference in New Issue