Skip to content

Commit

Permalink
chore: improve build through parallel tests and stable tools (#2293)
Browse files Browse the repository at this point in the history
* chore: remove ginkgo and make the cmd tests parallel

* chore: add tool clean and reload

* chore: reduce cmd tests to roughly 15 seconds

* chore: reduce /pkg/api from 500s to about 5s

* chore: unit tests are down to 10 mins total
  • Loading branch information
devigned authored Nov 12, 2019
1 parent 6c6381f commit 23c1e5f
Show file tree
Hide file tree
Showing 28 changed files with 1,122 additions and 830 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ginkgoBuild: generate
make -C ./test/e2e ginkgo-build

test: generate ginkgoBuild
ginkgo -mod=vendor -skipPackage test/e2e -failFast -r -v .
ginkgo -mod=vendor -skipPackage test/e2e -failFast -r -v -tags=fast .

.PHONY: test-style
test-style: validate-go validate-shell validate-copyright-headers
Expand Down
16 changes: 0 additions & 16 deletions cmd/cmd_suite_test.go

This file was deleted.

Loading

0 comments on commit 23c1e5f

Please sign in to comment.