Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neotest: remove --show-output flag when running with cargo-nextest #383

Closed
mrcjkb opened this issue May 4, 2024 · 1 comment · Fixed by #384
Closed

neotest: remove --show-output flag when running with cargo-nextest #383

mrcjkb opened this issue May 4, 2024 · 1 comment · Fixed by #384
Assignees
Labels
bug Something isn't working

Comments

@mrcjkb
Copy link
Owner

mrcjkb commented May 4, 2024

Hey 👋

It looks like the executable you are using to run tests doesn't support the --show-output flag (which is provided by rust-analyzer).
rustaceanvim will use cargo-nextest if you have it installed.
You can try disabling that by setting vim.g.rustaceanvim.tools.enable_nextest = false.

If that fixes it, then it's probably a bug in rustaceanvim, and the command should probably be sanitised for cargo-nextest.

Originally posted by @mrcjkb in #382 (comment)

@mrcjkb mrcjkb added the bug Something isn't working label May 4, 2024
@mrcjkb mrcjkb self-assigned this May 4, 2024
@nikensss
Copy link

nikensss commented May 4, 2024

Crazy how fast it was solved... thanks a lot! Just tested it and it does work on my machine! 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants