github/workflows: test also race build

This commit is contained in:
Koichi Shiraishi 2020-10-07 01:54:29 +09:00
parent 4271f208db
commit fd28e427bc
No known key found for this signature in database
GPG Key ID: A71DFD3B4DA7A79B
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ jobs:
- name: Test
run: go test -v ./
- name: Test with race detector
run: go test -v -race ./