diff --git a/Makefile b/Makefile index 04aae0303..4318a2744 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ citest: lint test test-unit: go test -v $(PACKAGES) $(TEST_ARGS) - cd test && make test-unit $(TEST_ARGS) + cd test && make test-unit test-int: - cd test && make test-int $(TEST_ARGS) + cd test && make test-int testcov-func: @go test -v -coverprofile="coverage.txt" . > /dev/null 2>&1