Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Aug 7, 2024
1 parent 9dec53f commit c7c8aea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c7c8aea

Please sign in to comment.