aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-04-21 01:43:15 -0700
committerchrislu <chris.lu@gmail.com>2022-04-21 01:43:15 -0700
commit2988e69b1ee53b21a09e00355009c3d8fb29d127 (patch)
tree6345b5696e72b0f7e2ac4f0dea428f19a81b71a4 /.github/workflows
parentad01c63b841dd342fee950d5ea9afb1ee6511346 (diff)
downloadseaweedfs-2988e69b1ee53b21a09e00355009c3d8fb29d127.tar.xz
seaweedfs-2988e69b1ee53b21a09e00355009c3d8fb29d127.zip
update go build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 868e3714d..96632fc86 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -32,13 +32,9 @@ jobs:
- name: Get dependencies
run: |
cd weed; go get -v -t -d ./...
- if [ -f Gopkg.toml ]; then
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- fi
- name: Build
- run: cd weed; go build -v .
+ run: cd weed; go build -tags "elastic gocdk sqlite hdfs" -v .
- name: Test
- run: cd weed; go test -v ./...
+ run: cd weed; go test -tags "elastic gocdk sqlite hdfs" -v ./...