enable cgo in tests only

This commit is contained in:
Felipe M 2022-08-09 17:01:56 +02:00
parent 65532ef7d3
commit fd4ee1e847
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ fi
COVERAGE_PATH=coverage.out
COVERAGE_HTML_PATH=coverage.html
CGO_ENABLED=1 # Used for -race
go test ${TEST_OPTIONS} ${SOURCE_FILES} -timeout=${TEST_TIMEOUT}