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