summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2016-09-06 23:03:58 -0400
committerDave Henderson <dhenderson@gmail.com>2016-09-06 23:03:58 -0400
commita06fa7566684a76cc3b4c040a474a64b28b25c9d (patch)
tree1ebd156ea5ff1c538b7983e6a97938aec19a2349 /Makefile
parent750bcb1c9013652c2935fbfbbeefa659d16172af (diff)
Improving docs and adding contrib instructions
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0045601..f0600991 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS)): $(shell find . -type f -name
build: $(PREFIX)/bin/$(PKG_NAME)$(call extension,$(GOOS))
+test:
+ $(GO) test -v -race $(PREFIX)/...
+
gen-changelog:
github_changelog_generator --no-filter-by-milestone --exclude-labels duplicate,question,invalid,wontfix,admin