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

cargo nextest no longer works #11036

Closed
matthiaskrgr opened this issue Jun 26, 2023 · 1 comment · Fixed by #11041
Closed

cargo nextest no longer works #11036

matthiaskrgr opened this issue Jun 26, 2023 · 1 comment · Fixed by #11041

Comments

@matthiaskrgr
Copy link
Member

Description

since #10426

cargo nextest run no longer prints any status output

also a bunch of tests fail

    tests/ui/as_conversions.rs
    tests/ui/allow_attributes_without_reason.rs
    tests/ui/borrow_deref_ref.rs
    tests/ui/deref_addrof_macro.rs
    tests/ui/doc_unsafe.rs
    tests/ui/equatable_if_let.rs
    tests/ui/empty_line_after_doc_comments.rs
    tests/ui/large_enum_variant.rs
    tests/ui/manual_slice_size_calculation.rs
    tests/ui/multiple_unsafe_ops_per_block.rs
    tests/ui/must_use_unit.rs
    tests/ui/option_env_unwrap.rs
    tests/ui/single_match_else.rs

Version

No response

Additional Labels

No response

@Centri3
Copy link
Member

Centri3 commented Jun 27, 2023

Having the same issue. For some reason running cargo bless separately then the rest of the tests works fine

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 a pull request may close this issue.

2 participants