From 8ba8567a2b8a309925a9216d1e4545cb3502f4f1 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 24 Dec 2020 21:53:44 +0900 Subject: [PATCH] Add gcflags --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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