From 9699be1b9dcf018a5a28c24d6f034561d00ee421 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sun, 30 Jun 2024 21:53:28 +0200 Subject: [PATCH] docs: mention `go help testflags` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eea3b152..c4614a09 100644 --- a/README.md +++ b/README.md @@ -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.