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 ./