Explorar o código

fix(test): update this to use build

use all of the same packages as the build script
Brandon Philips %!s(int64=12) %!d(string=hai) anos
pai
achega
436e2a857f
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      test

+ 6 - 1
test

@@ -1,3 +1,8 @@
 #!/bin/sh
-go build
+
+# Get GOPATH, etc from build
+. ./build
+
+# Run the tests!
+go test -i
 go test -v