go test -p 1
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m42s

This commit is contained in:
Roy Crihfield 2024-07-04 01:43:42 +08:00
parent 7c57c53dc8
commit e247bd06dd

View File

@ -18,4 +18,4 @@ jobs:
go-version-file: go.mod
check-latest: true
- name: Run unit tests
run: go test -v ./...
run: go test -v -p 1 ./...