-
Notifications
You must be signed in to change notification settings - Fork 17
Fix running all tests with cargo nextest #420
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
Conversation
|
The error seen at this point, only on Windows at https://github.com/Electron100/butane/actions/runs/19286195451/job/55147496873?pr=420 is This is typical of when sqlite feature has been enabled, but sqlite-bundled has not. This doesnt make a lot of sense to me because if building at the workspace level |
Workaround for #419