Skip to content

Commit

Permalink
chore: update make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Oct 7, 2024
1 parent f9a5318 commit 63cb97c
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 @@ -3,7 +3,7 @@
BUILD_FLAGS="-X 'main.version=`git describe --tags --abbrev=0`'"

test:
go test -cover -bench=. -benchmem -race ./... -coverprofile=coverage.out
@go test -cover -bench=. -benchmem -race ./... -coverprofile=coverage.out

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

0 comments on commit 63cb97c

Please sign in to comment.