Skip to content

Commit 772ed9b

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Add make test target
1 parent fb22f4c commit 772ed9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.PHONY: test
2+
test:
3+
go test -race -cover ./...
14

25
# BEGIN: lint-install .
36
# http://github.com/codeGROOVE-dev/lint-install

0 commit comments

Comments
 (0)