Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
build: add make test target to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed May 6, 2023
1 parent f071e1d commit 9488b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ clean: ## Remove build artifacts
tidy: ## Tidy the module
go mod tidy

.PHONY: test
test: ## Run the tests
go test ./... -v

HELP_FORMAT = " \033[36m%-10s\033[0m %s\n"
.PHONY: help
help: ## Display this help message
Expand Down

0 comments on commit 9488b9a

Please sign in to comment.