From: qydysky Date: Wed, 26 Apr 2023 16:54:26 +0000 (+0800) Subject: Fix X-Git-Tag: v0.25.1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=c11032399382438b766ea1998e694e820220e1ac;p=part%2F.git Fix --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fe230b..b5908e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,4 +33,4 @@ jobs: go test -count 1 -timeout 30s -v -race github.com/qydysky/part/msgq go test -count 1 -timeout 5s -v -race github.com/qydysky/part/sync go test -count 1 -timeout 10s -v -race github.com/qydysky/part/web - CC=gcc;CXX=g++;CGO_ENABLED=1;GOOS=linux go test -count 1 -timeout 10s -v -race -ldflags '-extldflags=-static -extldflags=-lm' github.com/qydysky/part/sqlite + CC=gcc;CXX=g++;CGO_ENABLED=1;GOOS=linux go test -count 1 -timeout 10s -v -race -ldflags '-extldflags=-static -extldflags=-lm' github.com/qydysky/part/sql