Update CI settings

This commit is contained in:
Masaaki Goshima 2020-11-19 02:12:48 +09:00
parent 35395bba60
commit 5701138d7d
1 changed files with 3 additions and 0 deletions

View File

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