Skip to content

Commit

Permalink
Run "integration" tests a package at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
ellismg committed Aug 13, 2019
1 parent fdfef5f commit b20726b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test_fast::
$(GO_TEST_FAST) ${PROJECT_PKGS}

test_all::
$(GO_TEST) ${PROJECT_PKGS} ${EXTRA_TEST_PKGS}
$(GO_TEST) ${PROJECT_PKGS}
$(GO_TEST) -v -p=1 ${EXTRA_TEST_PKGS}

.PHONY: publish_tgz
publish_tgz:
Expand Down

0 comments on commit b20726b

Please sign in to comment.