Skip to content

Commit

Permalink
Update commons-test.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Jan 18, 2024
1 parent 9aa00f0 commit 70e4806
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions commons-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ $(GOBIN)/golangci-lint:
$(GOBIN)/gotestsum:
$(call go_install,gotest.tools/gotestsum@latest)

.PHONY: install
install: $(GOBIN)/golangci-lint $(GOBIN)/gotestsum

.PHONY: clean
clean:
rm $(GOBIN)/golangci-lint
rm $(GOBIN)/gotestsum

.PHONY: dependencies-scan
dependencies-scan:
@echo ">> Scanning dependencies in $(CURDIR)..."
Expand Down

0 comments on commit 70e4806

Please sign in to comment.