mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 17:23:00 +00:00
CI: Enable cgo for the race detector
This commit is contained in:
parent
09d34a8d88
commit
0201145917
|
@ -2,7 +2,7 @@
|
|||
"image": "golang:alpine",
|
||||
"variables": {
|
||||
"GO111MODULE": "on",
|
||||
"CGO_ENABLED": "0",
|
||||
"CGO_ENABLED": "1", # for the race detector
|
||||
"COV": "/tmp/cov_results",
|
||||
"dismock": "github.com/mavolin/dismock/pkg/dismock",
|
||||
# used only in integration_test
|
||||
|
|
Loading…
Reference in a new issue