summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-25 16:42:40 -0400
committer=Corey Hulen <corey@hulen.com>2015-06-25 16:42:40 -0400
commitbc88328aeb71cc09391fe88ebb7ff6aac56bbb97 (patch)
treec01e99a8cc05f32b3a3b007356e46ba4226c0025 /Makefile
parente5586142a5ead833064f33da3c7f167446deeb37 (diff)
downloadchat-bc88328aeb71cc09391fe88ebb7ff6aac56bbb97.tar.gz
chat-bc88328aeb71cc09391fe88ebb7ff6aac56bbb97.tar.bz2
chat-bc88328aeb71cc09391fe88ebb7ff6aac56bbb97.zip
adding api unit tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b3ad75450..4036f3c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ travis:
@mkdir -p logs
+ @go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=180s ./api || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
build: