From 49a006ba9d3f4261255bfa66360f542aec810e5f Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 21 Mar 2024 14:57:22 +0800 Subject: [PATCH] 1 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79867ea..f471718 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,7 @@ jobs: go test -count 1 -timeout 5s -v -race github.com/qydysky/part/component 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 w-test: name: w-test -- 2.39.2