Browse Source

add go test

pull/7178/head
chrislu 2 weeks ago
parent
commit
282cb139e8
  1. 11
      .github/workflows/container_foundationdb_version.yml

11
.github/workflows/container_foundationdb_version.yml

@ -37,6 +37,17 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run FoundationDB tagged tests
env:
CGO_ENABLED: 1
run: |
go test ./weed/filer/foundationdb -tags foundationdb -count=1
- name: Prepare Docker tag - name: Prepare Docker tag
id: tag id: tag
env: env:

Loading…
Cancel
Save