rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Don't fail-fast on `Test` workflow #519

Closed ChrisDenton closed 1 year ago

ChrisDenton commented 1 year ago

This at least allows testing all platforms regardless of platform-specific failures.

JohnTitor commented 1 year ago

Should we apply it to the Docker jobs too?

ChrisDenton commented 1 year ago

That sounds reasonable to me.