You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test ./... -short -race
? github.com/vmihailenco/msgpack/v5/msgpcode [no test files]
make: *** [Makefile:3: test] Terminated
Error: Process completed with exit code 143.
This seems to be an issue related to the usage of resources such as memory and CPU.
ref : actions/runner-images#6680
I think the current situation with the CI failing is not very good, so I believe we should remove 'go test -race'.
The text was updated successfully, but these errors were encountered:
It seems that the CI for Go is failing.
This seems to be an issue related to the usage of resources such as memory and CPU.
ref : actions/runner-images#6680
I think the current situation with the CI failing is not very good, so I believe we should remove 'go test -race'.
The text was updated successfully, but these errors were encountered: