Tries to run tests in zig directories #238
rockorager
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey @rockorager and thanks for reaching out! Would it be possible for you to provide a minimal reproducible example of this issue, as I'm not sure what I need to do to reproduce what you are seeing? Like for example, maybe you can create a branch in which you add zig files into this very repo? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm trying out some neotest stuff via LazyVim. neotest-golang is working great for go files, but I also have a setup for zig - and neotest-golang tries to run tests when I am in a zig directory...I found the section below in the log, which made me suspicious that the golang adapter is being loaded in a directory which doesn't contain any go files. Is there a way to configure this / something wrong with the default LazyVim config for these adapters?
EDIT: I guess I should mention the problem :). When neotest-golang tries to run go tests in a zig directory, I get an error that there is no go.mod file - and this error seems to be preventing other test runners (neotest-zig) from running.
Beta Was this translation helpful? Give feedback.
All reactions