diff --git a/scripts/test b/scripts/test index 750154d..c51c63f 100755 --- a/scripts/test +++ b/scripts/test @@ -1,7 +1,7 @@ #!/bin/bash # vim: set ft=sh -set -e +set -eu export GOPATH=$PWD/gopath export PATH=$GOPATH/bin:$PATH @@ -13,6 +13,6 @@ export PATH=${PWD}/Godeps/_workspace/bin:$PATH go install github.com/onsi/ginkgo/ginkgo -ginkgo -r -p "$@" +CGO_ENABLED=1 ginkgo -race -r -p "$@" ./scripts/build