Skip to content

Commit

Permalink
docs: mention cgo_enabled and race nuance on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 3, 2024
1 parent 9034a4e commit fc3a06c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,10 @@ consider setting up neotest and its adapters in a
>
> The `-race` flag (in `go_test_args`) requires CGO to be enabled
> (`CGO_ENABLED=1` is the default) and a C compiler (such as GCC) to be
> installed. I have included the `-race` argument as default, as it provides
> good production defaults.
> installed. However, since Go 1.20, this is not a requirement on macOS. I have
> included the `-race` argument as default, as it provides good production
> defaults. See [this issue](https://github.com/golang/go/issues/9918) for more
> details.
> [!IMPORTANT]
>
Expand Down

0 comments on commit fc3a06c

Please sign in to comment.