Multiple optimizations to build targets

* Clean up e2e test on interruption
* Leverage GOCACHE for faster builds
* Forward container STDIN in make targets
This commit is contained in:
Antoine Cotten 2018-07-20 20:08:32 +02:00
parent e2111013ef
commit 0c7b948317
No known key found for this signature in database
GPG key ID: 94637E68D4A79DD0
5 changed files with 16 additions and 4 deletions

View file

@ -52,6 +52,7 @@ fi
ginkgo build ./test/e2e
exec -- \
ginkgo \
-randomizeSuites \
-randomizeAllSpecs \