Skip to content

Commit

Permalink
added debian directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rangertaha committed Dec 14, 2024
1 parent ea472e7 commit 4129bfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ install: build ## Install the binaries in Linux
deps: ## Install dependencies
$(GOGET) ./...

# test: deps ## Run unit test
# # $(GOTEST) -v ./internal/... ./cmd/...
# go test -v ./internal/... ./cmd/...
test: deps ## Run unit test
go test -v ./internal/... ./cmd/... ./pkg/...

clean: ## Remove files build files
$(GOCLEAN)
Expand Down

0 comments on commit 4129bfb

Please sign in to comment.