Workaround go-junit-report bug for TestApps

Blatant copy-pasta of 83ff8f2
This commit is contained in:
Aaron Crickenberger
2017-09-12 20:39:54 -07:00
parent 5af069b727
commit eb08dffcb6
2 changed files with 25 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ go_test(
deps = [
":go_default_library",
"//vendor/github.com/onsi/ginkgo:go_default_library",
"//vendor/github.com/onsi/ginkgo/config:go_default_library",
"//vendor/github.com/onsi/ginkgo/types:go_default_library",
"//vendor/github.com/onsi/gomega:go_default_library",
],
)