|
|
@ -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 ./... |