Skip to content

Commit 63cb97c

Browse files
committed
chore: update make commands
1 parent f9a5318 commit 63cb97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BUILD_FLAGS="-X 'main.version=`git describe --tags --abbrev=0`'"
44

55
test:
6-
go test -cover -bench=. -benchmem -race ./... -coverprofile=coverage.out
6+
@go test -cover -bench=. -benchmem -race ./... -coverprofile=coverage.out
77

88
build:
9-
@go build -ldflags ${BUILD_FLAGS} -o $(shell echo $$GOPATH)/bin/sesh-dev
9+
@go build -ldflags ${BUILD_FLAGS} -o $(shell echo $$GOPATH)/bin/sesh

0 commit comments

Comments
 (0)