Skip to content

Commit

Permalink
add test make command
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Mar 21, 2024
1 parent 5c9b702 commit bb4c05f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ run: build
debug: build
cd ${cmd_dir} && \
${debugger} exec ./${binary}

test:
@echo " > Running unit tests"
go test -cover -race -coverprofile=coverage.txt -covermode=atomic -v ./...

0 comments on commit bb4c05f

Please sign in to comment.