Skip to content

Commit

Permalink
chore: add verbose on go build
Browse files Browse the repository at this point in the history
  • Loading branch information
wchaws committed Dec 5, 2021
1 parent 3f68cb6 commit dd19516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ upgrade-deps:
CGO_ENABLED=0 $(GPGME_ENV) $(GO) get -u -tags "$(BUILDTAGS)"

lambda:
CGO_ENABLED=0 $(GPGME_ENV) $(GO) build ${GO_DYN_FLAGS} -gcflags "$(GOGCFLAGS)" -tags "$(BUILDTAGS)" -o $(OUTPUT)
CGO_ENABLED=0 $(GPGME_ENV) $(GO) build -v ${GO_DYN_FLAGS} -gcflags "$(GOGCFLAGS)" -tags "$(BUILDTAGS)" -o $(OUTPUT)

test:
CGO_ENABLED=0 $(GPGME_ENV) $(GO) test -v -tags "$(BUILDTAGS)" ./...

0 comments on commit dd19516

Please sign in to comment.