We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--color=never
1 parent 2381697 commit cd7deacCopy full SHA for cd7deac
lua/rustaceanvim/neotest/init.lua
@@ -298,7 +298,6 @@ function NeotestAdapter.build_spec(run_args)
298
local is_cargo_test = args[1] == 'test'
299
local insert_pos = is_cargo_test and 2 or 3
300
table.insert(args, insert_pos, '--no-fail-fast')
301
- table.insert(args, insert_pos, '--color=never')
302
if is_cargo_test then
303
-- cargo test needs to pass --color=never to the test runner too
304
table.insert(args, '--color=never')
0 commit comments