We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f5492 commit 8a8984dCopy full SHA for 8a8984d
Makefile
@@ -9,13 +9,6 @@ build: ## Compile the Go package. This is the default.
9
@echo "==> Building package..."
10
go build
11
12
-$(GOLANGCI_LINT):
13
- @echo "==> Installing golangci-lint into $(TOOLS_DIR)..."
14
- @mkdir -p $(TOOLS_DIR)
15
- @cd $(TOOLS_DIR)
16
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(TOOLS_DIR) v1.60.1
17
- pwd ..
18
-
19
test: ## Execute all unit tests with verbose output."
20
@echo "==> Running unit tests..."
21
go test -v ./...
0 commit comments