Skip to content

chore: run go test -race in build.sh#53

Open
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:chore/build-sh-race-issue-12
Open

chore: run go test -race in build.sh#53
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:chore/build-sh-race-issue-12

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Summary

  • Add -race to the go test invocation in build.sh, consistent with CI.

Test plan

  • go test -race ./...

Closes #12

Made with Cursor

Match CI and enable the race detector for local build.sh runs.

Closes dolph#12

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests do not run with -race; data-race-prone code is not detected

1 participant