]> 127.0.0.1 Git - part/.git/commitdiff
add
authorqydysky <qydysky@foxmail.com>
Mon, 22 May 2023 16:11:36 +0000 (00:11 +0800)
committerqydysky <qydysky@foxmail.com>
Mon, 22 May 2023 16:11:36 +0000 (00:11 +0800)
.github/workflows/test.yml

index b6b3c31c6e12558395dd5e794fe3be920e64f3a0..dac4d7bfeeda111deb227e1802d5159578469b2b 100644 (file)
@@ -31,6 +31,7 @@ jobs:
         go test -count 1 -timeout 5s -v -race github.com/qydysky/part/pool
         go test -count 1 -timeout 10s -v -race github.com/qydysky/part/funcCtrl
         go test -count 1 -timeout 30s -v -race github.com/qydysky/part/msgq
+        go test -count 10 -race -timeout 10s -run ^Test_3$ 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
         go test -count 1 -timeout 10s -v -run "Test_Client" -race github.com/qydysky/part/websocket