]> 127.0.0.1 Git - part/.git/commitdiff
1
authorqydysky <qydysky@foxmail.com>
Mon, 25 Mar 2024 17:02:54 +0000 (01:02 +0800)
committerqydysky <qydysky@foxmail.com>
Mon, 25 Mar 2024 17:02:54 +0000 (01:02 +0800)
.github/workflows/test.yml

index 9fffbb6c95f8de45e15b81bb8b8ba974312af1ae..6bbdcc18bf45535355ad400f99f717c0c7e27096 100644 (file)
@@ -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