diff --git a/Makefile b/Makefile index 3d82b563..dc3b339a 100644 --- a/Makefile +++ b/Makefile @@ -18,5 +18,8 @@ clean: run: build ./$(BIN_DIR)/$(BINARY_NAME) +test: + go test ./... + depcheck: @./scripts/check_deps.sh