-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
🐛 cargo test
fails for 1.3.0 release with 232 tests failed
#562
Comments
Are tests that emit errors coming from the same crate? |
They do all seem to be in the |
Of course that's to be expected given that the build and test commands I'm running specify that crate: $ cargo test -p biome_cli --frozen --all-features |
Great, I will look into this. Do you require a release or usually run your tests from the repository? |
For the purposes of publishing Arch Linux packages a release tag is required, but I can rig up a test build based on any commit hash if you want to confirm something before cutting a release. |
cargo test
fails for 1.3.0 release with 232 tests failed
Thanks. I'll look forward to packaging with enabled tests for the next release. |
I'm trying to build Arch Linux packages for
biome
, and the 1.3.0 release has some problem with tests.After setting up a clean chroot and successfully building,
cargo test
spews test failures:Almost all of them are variations on this:
That's the very last one thrown, obviously the test names and source locations vary bug the gist of the message is the same.
The text was updated successfully, but these errors were encountered: