Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Remove integration package from unit test suite and add to integratio…
Browse files Browse the repository at this point in the history
…n tests (#82)
  • Loading branch information
elizabethengelman authored Oct 25, 2018
1 parent 3ec5b4a commit ba0113c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ lint:
test: | $(GINKGO) $(LINT)
go vet ./...
go fmt ./...
$(GINKGO) -r --skipPackage=integration_tests
$(GINKGO) -r --skipPackage=integration_tests,integration

.PHONY: integrationtest
integrationtest: | $(GINKGO) $(LINT)
go vet ./...
go fmt ./...
$(GINKGO) -r --flakeAttempts=20 pkg/transformers/integration_tests/
$(GINKGO) -r --flakeAttempts=20 pkg/transformers/integration_tests/ integration_test/

.PHONY: dep
dep: | $(DEP)
Expand Down

0 comments on commit ba0113c

Please sign in to comment.