diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b0ab8dd..aff7c64 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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