diff --git a/.build.yml b/.build.yml index 6693a33..e54e73c 100644 --- a/.build.yml +++ b/.build.yml @@ -6,5 +6,6 @@ sources: tasks: - test: | export GOPROXY=https://cache.greedo.xeserv.us + export CGO_ENABLED=0 cd site go test ./...