diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-03 23:20:09 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-03 23:20:09 +0500 |
| commit | f58adaab2594298838ae4184de594e89ca7471b6 (patch) | |
| tree | 475add72863a26dd2ae3f9c72f97baacea8dd76f /.github/workflows | |
| parent | 7d18b2756d82c240548eb5f581d6e36f5f2232fc (diff) | |
| download | seaweedfs-f58adaab2594298838ae4184de594e89ca7471b6.tar.xz seaweedfs-f58adaab2594298838ae4184de594e89ca7471b6.zip | |
build tag ydb since the growth of the binary is 5 mb
Diffstat (limited to '.github/workflows')
| -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 96632fc86..f40e759d3 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 hdfs" -v . + run: cd weed; go build -tags "elastic gocdk sqlite hdfs ydb" -v . - name: Test - run: cd weed; go test -tags "elastic gocdk sqlite hdfs" -v ./... + run: cd weed; go test -tags "elastic gocdk sqlite hdfs ydb" -v ./... |
