Skip to content

Commit

Permalink
docs: mention go help testflags
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 30, 2024
1 parent 64deead commit 9699be1
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 @@ -358,8 +358,8 @@ configuring Go and the neotest-golang adapter in a separate file

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` for more information on this and
perhaps have a look at
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.

Expand Down

0 comments on commit 9699be1

Please sign in to comment.