We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21da67 commit 87a7b0bCopy full SHA for 87a7b0b
lua/rustaceanvim/neotest/init.lua
@@ -301,6 +301,9 @@ function NeotestAdapter.build_spec(run_args)
301
if is_cargo_test then
302
-- cargo test needs to pass --color=never to the test runner too
303
table.insert(args, '--color=never')
304
+ else
305
+ table.insert(args, 2, '--color')
306
+ table.insert(args, 3, 'never')
307
end
308
---@type rustaceanvim.neotest.RunSpec
309
---@diagnostic disable-next-line: missing-fields
0 commit comments