diff --git a/Makefile b/Makefile index 0b03ee1..faa6f98 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ prepare-test: test: ./scripts/prepare_test_repos.sh $(TMP_DIR) - go test -coverprofile cover.out -v ./... + go test -v ./... ci-test: ./scripts/prepare_test_repos.sh $(TMP_DIR) ./scripts/run_foreach_test_repos.sh $(TMP_DIR) "sed -i '3i \ \ \"sandboxExecServer\": \"172.17.0.1:5051\",' conf.json" - GITHUB_ACTOR="" go test -coverprofile cover.out -v ./... + GITHUB_ACTOR="" go test -v ./...