Skip to content

Commit

Permalink
Making everythign fail, when one fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 8, 2025
1 parent d9bed7c commit 922e3ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

- name: Run Tests (ssl cross)
run: |
cargo test --no-default-features --features ureq,native-tls
cargo test --no-default-features --features ureq,rustls-tls
cargo test --no-default-features --features tokio,native-tls
cargo test --no-default-features --features tokio,rustls-tls
cargo test --no-default-features --features ureq,native-tls &&
cargo test --no-default-features --features ureq,rustls-tls &&
cargo test --no-default-features --features tokio,native-tls &&
cargo test --no-default-features --features tokio,rustls-tls &&
- name: Run Audit
run: cargo audit -D warnings

0 comments on commit 922e3ed

Please sign in to comment.