leno23 opened a new pull request, #3389: URL: https://github.com/apache/dubbo-go/pull/3389
### Description Refs #3248. This PR adds a focused race-detector CI path for core packages that guard shared framework state: - adds `make test-race-core` - runs `go test -race` for `common/...`, `cluster/router/chain`, `protocol/base`, and `registry/directory` - wires the target into a separate GitHub Actions `Race Test` job so race failures are reported independently from the existing unit-test/coverage job ### Validation - `make test-race-core` - YAML parse check for `.github/workflows/github-actions.yml` - `git diff --check` ### Checklist - [x] Code has passed local testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
