We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb22f4c commit 772ed9bCopy full SHA for 772ed9b
Makefile
@@ -1,3 +1,6 @@
1
+.PHONY: test
2
+test:
3
+ go test -race -cover ./...
4
5
# BEGIN: lint-install .
6
# http://github.com/codeGROOVE-dev/lint-install
0 commit comments