Add gcflags

This commit is contained in:
Masaaki Goshima 2020-12-24 21:53:44 +09:00
parent 06e2230d8d
commit 8ba8567a2b
1 changed files with 1 additions and 1 deletions

View File

@ -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