Skip to content

Commit

Permalink
Added make command for running tests & go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Aug 15, 2024
1 parent 6f31247 commit b310e79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.PHONY: test

test:
go vet ./...
go test -race ./...

0 comments on commit b310e79

Please sign in to comment.