Skip to content

Commit

Permalink
chore(makefile): add
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran94 committed May 28, 2022
1 parent ec343bc commit b839876
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build:
go build ./...

test:
gotestsum --format testname -- -race ./...

install_tools:
go install gotest.tools/gotestsum@latest

run_server:
go run ./cmd/server

0 comments on commit b839876

Please sign in to comment.