mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
ci: disable race detector on windows
This commit is contained in:
committed by
Márk Sági-Kazár
parent
04d3a0cb02
commit
7b68d33505
@@ -31,6 +31,11 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: go test -race -v ./...
|
||||
if: runner.os != 'Windows'
|
||||
|
||||
- name: Test (without race detector)
|
||||
run: go test -v ./...
|
||||
if: runner.os == 'Windows'
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
||||
Reference in New Issue
Block a user