enable race detector CI for macos-latest (#11715)

This commit is contained in:
Harshavardhana
2021-03-05 14:16:23 -08:00
committed by GitHub
parent bcf9825082
commit ec547c0fa8
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ jobs:
CGO_ENABLED: 0
GO111MODULE: on
run: |
make test
make
make test-race
- name: Build on ${{ matrix.os }}
if: matrix.os == 'windows-latest'
env: