aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-11-23 00:48:27 -0800
committerchrislu <chris.lu@gmail.com>2023-11-23 00:48:27 -0800
commit7a50762b9ed05f1410a24f52571b49a25cd561eb (patch)
tree6d8fc64c7d0080e1094a7fa30bed6f375e035602 /.github/workflows
parent69013af0f3390179965bdaf18af704331af9d8ea (diff)
downloadseaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.tar.xz
seaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.zip
reduce binary size by skipping rclone
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2ea755fca..f23721987 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -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 ./...