diff options
| author | chrislu <chris.lu@gmail.com> | 2023-11-23 00:48:27 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-11-23 00:48:27 -0800 |
| commit | 7a50762b9ed05f1410a24f52571b49a25cd561eb (patch) | |
| tree | 6d8fc64c7d0080e1094a7fa30bed6f375e035602 /.github | |
| parent | 69013af0f3390179965bdaf18af704331af9d8ea (diff) | |
| download | seaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.tar.xz seaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.zip | |
reduce binary size by skipping rclone
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
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 ./... |
