1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-05 17:18:48 +00:00

CI: Enable cgo for the race detector

This commit is contained in:
diamondburned 2020-10-29 13:06:27 -07:00
parent 3933bfb813
commit e6dc57aa04

View file

@ -2,7 +2,7 @@
"image": "golang:alpine", "image": "golang:alpine",
"variables": { "variables": {
"GO111MODULE": "on", "GO111MODULE": "on",
"CGO_ENABLED": "0", "CGO_ENABLED": "1", # for the race detector
"COV": "/tmp/cov_results", "COV": "/tmp/cov_results",
"dismock": "github.com/mavolin/dismock/pkg/dismock", "dismock": "github.com/mavolin/dismock/pkg/dismock",
# used only in integration_test # used only in integration_test