1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 00:57:15 +03:00

Merge pull request #400 from wader/ci-no-race-for-windows-macos

ci: Skip -race for windows and macos
This commit is contained in:
Mattias Wadman 2022-08-25 17:14:31 +02:00 committed by GitHub
commit de40f5cbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,10 @@ jobs:
go_test_race_flags: ""
- os: macos-latest
goarch: amd64
go_test_race_flags: -race
go_test_race_flags: ""
- os: windows-latest
goarch: amd64
go_test_race_flags: -race
go_test_race_flags: ""
runs-on: ${{ matrix.os }}
steps:
# only run cli binary tests on linux