mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Enable cgo for CI tests so race detector can run
This commit is contained in:
parent
5ac04b91bb
commit
a24e361761
2 changed files with 0 additions and 4 deletions
|
@ -4,9 +4,6 @@ go:
|
|||
- 1.6.3
|
||||
- tip
|
||||
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
||||
before_install:
|
||||
# Decrypts a script that installs an authenticated cookie
|
||||
# for git to use when cloning from googlesource.com.
|
||||
|
|
|
@ -6,7 +6,6 @@ clone_folder: c:\gopath\src\github.com\mholt\caddy
|
|||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
CGO_ENABLED: 0
|
||||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
|
|
Loading…
Reference in a new issue