reduce binary size by skipping rclone

This commit is contained in:
chrislu
2023-11-23 00:48:27 -08:00
parent 69013af0f3
commit 7a50762b9e
5 changed files with 11 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
cd weed; go get -v -t -d ./...
- name: Build
run: cd weed; go build -tags "elastic gocdk sqlite ydb tikv" -v .
run: cd weed; go build -tags "elastic gocdk sqlite ydb tikv rclone" -v .
- name: Test
run: cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...
run: cd weed; go test -tags "elastic gocdk sqlite ydb tikv rclone" -v ./...