mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
enable race detector CI for macos-latest (#11715)
This commit is contained in:
parent
bcf9825082
commit
ec547c0fa8
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -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:
|
||||
|
@ -3,5 +3,5 @@
|
||||
set -e
|
||||
|
||||
for d in $(go list ./... | grep -v browser); do
|
||||
CGO_ENABLED=1 go test -v -race --timeout 100m "$d"
|
||||
CGO_ENABLED=1 go test -v -tags kqueue -race --timeout 100m "$d"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user