diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |