Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Nov 6, 2023
1 parent 0aa4fc4 commit eef272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ format-check:

.PHONY: test release config
test: $(SOURCES)
cd cmd && GOOS=$(OS) GOARCH=$(ARCH) go test $(ARGS) ./... -coverprofile ../cover.out
cd cmd && GOOS=$(OS) GOARCH=$(ARCH) go test $(ARGS) ./... -v -coverprofile ../cover.out

test-all: format-check coverage-check lint

Expand Down

0 comments on commit eef272d

Please sign in to comment.