quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Fail FreeBSD CI if any step fails #1557

Closed Tirka closed 1 year ago

Tirka commented 1 year ago

FreeBSD CI Action gives false success results. Here is possible explanation: #1556

Removing fuzz tests is not ideal, but better than getting false success CI check results on every run

Ralith commented 1 year ago

Maybe combine all the commands with && instead, to explicitly propagate failures?

Tirka commented 1 year ago

Maybe combine all the commands with && instead, to explicitly propagate failures?

Done. Looks good to me