josecelano / cargo-pretty-test

A Rust command that prettifies the ugly `cargo test` output into a beautiful one.
https://users.rust-lang.org/t/cargo-test-output-with-indentation/100149
135 stars 1 forks source link

weird status for insta snapshot tests #46

Open zjp-CN opened 10 months ago

zjp-CN commented 10 months ago

Due to random order of running tests, we see a failed test in CI summary, which is fine

https://github.com/josecelano/cargo-pretty-test/actions/runs/6528383663

But it's werid that pretty-test shows ok status as well as failure from insta

https://github.com/josecelano/cargo-pretty-test/actions/runs/6528383663/job/17724515522

The desired output should be a fail status.