Skip to content

ci: enable -race for go test#15

Merged
mojatter merged 1 commit into
mainfrom
ci/test-race
Apr 7, 2026
Merged

ci: enable -race for go test#15
mojatter merged 1 commit into
mainfrom
ci/test-race

Conversation

@mojatter
Copy link
Copy Markdown
Owner

@mojatter mojatter commented Apr 7, 2026

Summary

Part of v0.5.0 release prep.

Note for reviewers

This PR also touches `tests.yaml`, as does #11 (Go matrix). Whichever lands second will need a trivial rebase.

Test plan

  • CI `go test -race ./...` passes on all matrix entries
  • Local `go test -race ./...` passes

The memfs Sub mutex bug fixed in #8 was the kind of regression a race
detector run would have caught immediately. Run go test with -race in
CI so future concurrency regressions are flagged on every PR.
@mojatter mojatter merged commit 2320c7a into main Apr 7, 2026
3 checks passed
@mojatter mojatter deleted the ci/test-race branch April 7, 2026 09:50
@mojatter mojatter mentioned this pull request Apr 7, 2026
2 tasks
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.

1 participant