Skip to content

Commit

Permalink
docs: add more details on parallelism (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 6, 2024
1 parent 0aaf524 commit 09c9796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ configuring Go and the neotest-golang adapter in a separate file

You can set the optional `go_test_args` to control the number of test binaries
and number of tests to run in parallel using the `-p` and `-parallel` flags,
respectively. Execute `go help test` and `go help testflag` for more information
on this.
respectively. Execute `go help test`, `go help testflag`, `go help build` for
more information on this.

## 🙏 PRs are welcome

Expand Down

0 comments on commit 09c9796

Please sign in to comment.