From 5701138d7d0cffc13fc70f7c46f9f2ae4cbf942d Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Thu, 19 Nov 2020 02:12:48 +0900 Subject: [PATCH] Update CI settings --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index db2ebbc..76b4631 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,5 +21,8 @@ jobs: - name: Test run: go test -v ./ + - name: Test with GC + run: GOGC=1 go test -v ./ + - name: Test with race detector run: go test -v -race ./