diff --git a/Makefile b/Makefile index 806db57..1062c98 100644 --- a/Makefile +++ b/Makefile @@ -20,20 +20,14 @@ test: echo "Consensus spec tests directory is empty. Running setup..."; \ $(MAKE) setup; \ fi - $(GOTEST) -v ./... tidy: $(GOMOD) tidy -# Generate code (as seen in the GitHub Actions workflow) generate: $(GOCMD) generate ./... -# Coverage (as seen in the GitHub Actions workflow) -coverage: - $(GOTEST) -v -coverprofile=coverage.txt -coverpkg=./... ./... - setup: @mkdir -p coverage @echo "Downloading consensus tests... This may take a while due to the large repository size."