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

feat: allow specifying cwd for test_all() #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wilriker
Copy link
Contributor

Especially for running all tests it can be interesting to specify the cwd so you can e.g. pickup really all tests in a multi-module repo.

smlx and others added 2 commits March 21, 2024 17:24
By default, nvim-go auto-formats on save. Occasionally when saving,
goimports returns a "no such file" error. This seems to be caused by a
race between the format job, and Neovim writing out the file.

By running the formatting job synchronously this race is avoided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants