We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009f6a commit b036419Copy full SHA for b036419
scripts/run-unit-tests
@@ -35,9 +35,10 @@ if [ -n "$PACKAGE" ]; then
35
ginkgo -r -p "$@" "./src/${PACKAGE}"
36
else
37
pushd src/github.com/cloudfoundry-incubator/
38
- run_go_vet tcp-emitter
39
-
40
ginkgo -r -keepGoing -p -trace -randomizeAllSpecs -progress \
41
uaa-go-client routing-api routing-api-cli cf-tcp-router tcp-emitter "$@"
+
+ # Run go vet after ginkgo so that all necessary packages are compiled
42
+ run_go_vet tcp-emitter
43
popd
44
fi
0 commit comments