aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a423a6ddd..aa736edee 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install:
cd weed; go install
full_install:
- cd weed; go install -tags "elastic gocdk sqlite ydb"
+ cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
test:
- cd weed; go test -tags "elastic gocdk sqlite ydb" -v ./...
+ cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...