From 282cb139e8810eda0f8626503e673d7ee5238bcb Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 19 Nov 2025 14:15:46 -0800 Subject: [PATCH] add go test --- .github/workflows/container_foundationdb_version.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/container_foundationdb_version.yml b/.github/workflows/container_foundationdb_version.yml index 7a359aeab..2bafb3b74 100644 --- a/.github/workflows/container_foundationdb_version.yml +++ b/.github/workflows/container_foundationdb_version.yml @@ -37,6 +37,17 @@ jobs: with: 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 id: tag env: