Skip to content

Commit

Permalink
omit -race on 32bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
shueybubbles committed Aug 1, 2022
1 parent 8dc4fdf commit 0f2e818
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ environment:
SQLPASSWORD: Password12!
DATABASE: test
GOVERSION: 113
RACE: -race -cpu 4
matrix:
- GOVERSION: 110
SQLINSTANCE: SQL2017
Expand Down Expand Up @@ -48,7 +49,7 @@ environment:
GOVERSION: 118-x86
SQLINSTANCE: SQL2017
GOARCH: 386

RACE:
install:
- set GOROOT=c:\go%GOVERSION%
- set PATH=%GOPATH%\bin;%GOROOT%\bin;%PATH%
Expand All @@ -71,5 +72,5 @@ before_test:
- pip install codecov

test_script:
- go test -race -cpu 4 -coverprofile=coverage.txt -covermode=atomic
- go test %RACE% -coverprofile=coverage.txt -covermode=atomic
- codecov -f coverage.txt

0 comments on commit 0f2e818

Please sign in to comment.