summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebafa95c2a..d7ddd197b4 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,6 @@ fmt-check:
.PHONY: test
test:
- $(GO) build # test if go build succeed without sqlite support
$(GO) test -tags=sqlite $(PACKAGES)
.PHONY: coverage