Remove checkptr flag

This commit is contained in:
Masaaki Goshima 2020-12-24 21:56:52 +09:00
parent 8ba8567a2b
commit 3ffbfe413f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: Test
run: go test -v -gcflags=-d=checkptr ./ -count=1 run: go test -v ./ -count=1
- name: Test with GC - name: Test with GC
run: go test -v ./ -count=1 run: go test -v ./ -count=1