diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-20 14:15:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-20 14:15:59 -0700 |
| commit | 1d0c53ea56f84bfef5115e756ebe31d9ece62f20 (patch) | |
| tree | b5ee942ce63760722caf018885b2d2399587d96b /.github/workflows/go.yml | |
| parent | bf5a5abfb1925ee981306d8e49bc52bcded2279b (diff) | |
| download | seaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.tar.xz seaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.zip | |
remote storage: stop supporting hdfs as a remote storage
Diffstat (limited to '.github/workflows/go.yml')
| -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 9350dc738..b5c407315 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 ydb" -v . + run: cd weed; go build -tags "elastic gocdk sqlite ydb" -v . - name: Test - run: cd weed; go test -tags "elastic gocdk sqlite hdfs ydb" -v ./... + run: cd weed; go test -tags "elastic gocdk sqlite ydb" -v ./... |
