summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-12 18:19:03 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-12 18:19:03 -0800
commitcf11d387eef7883d8c2866d8bb44887120499963 (patch)
treea20e4d6f5910f510c191ee050cac6ab6340c6947 /Makefile
parent1c493317857e729597bb59fc0878b49106257582 (diff)
downloadchat-cf11d387eef7883d8c2866d8bb44887120499963.tar.gz
chat-cf11d387eef7883d8c2866d8bb44887120499963.tar.bz2
chat-cf11d387eef7883d8c2866d8bb44887120499963.zip
Patching remainder of the sql stmts to work with postgres
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 82f0ffc29..dacc1a19b 100644
--- a/Makefile
+++ b/Makefile
@@ -58,11 +58,11 @@ install:
test: install
@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
+ @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
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./store || exit 1
- #@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
- #@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
+ @go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./utils || exit 1
+ @go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
benchmark: install
@mkdir -p logs