Skip to content

Commit

Permalink
docs: revise section (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 5, 2024
1 parent d864f9b commit e31de98
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,10 @@ configuring Go and the neotest-golang adapter in a separate file

### Go test execution and parallelism

You can set the optional neotest-go `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 and perhaps have a look at
[my own configuration](https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/lua/lang/go.lua)
for inspiration.
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.

## 🙏 PRs are welcome

Expand Down

0 comments on commit e31de98

Please sign in to comment.