From: qydysky Date: Mon, 25 Mar 2024 17:02:54 +0000 (+0800) Subject: 1 X-Git-Tag: v0.28.20240325172911~2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=7d3ffcf1595773e0577a16e5cfa4028aa9ac4512;p=part%2F.git 1 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fffbb6..6bbdcc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,7 @@ jobs: go test -count 1 -timeout 15s -v -race github.com/qydysky/part/ctx go test -count 1 -timeout 5s -v -race github.com/qydysky/part/slice go test -count 1 -timeout 5s -v -race github.com/qydysky/part/bools + go test -count 1 -timeout 5s -v -race github.com/qydysky/part/errors w-test: name: w-test @@ -76,6 +77,7 @@ jobs: go test -count 1 -timeout 15s -v -race github.com/qydysky/part/ctx go test -count 1 -timeout 5s -v -race github.com/qydysky/part/slice go test -count 1 -timeout 5s -v -race github.com/qydysky/part/bools + go test -count 1 -timeout 5s -v -race github.com/qydysky/part/errors u-test: name: u-test @@ -111,6 +113,7 @@ jobs: go test -count 1 -timeout 15s -v -race github.com/qydysky/part/ctx go test -count 1 -timeout 5s -v -race github.com/qydysky/part/slice go test -count 1 -timeout 5s -v -race github.com/qydysky/part/bools + go test -count 1 -timeout 5s -v -race github.com/qydysky/part/errors test: name: test