Skip to content

Commit

Permalink
add verbose flag for build & test
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Dec 26, 2024
1 parent bcb267f commit 2bd972e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ snapshot: clean
goreleaser build --snapshot

build: clean
go build ./cmd/pakku/
go build -v ./cmd/pakku/

release: clean
goreleaser release --clean
Expand All @@ -17,7 +17,7 @@ lint:
golangci-lint run --timeout 5m

test:
go test -coverprofile coverage.out -race ./...
go test -v -coverprofile coverage.out -race ./...

tidy:
go mod tidy
Expand Down

0 comments on commit 2bd972e

Please sign in to comment.