Skip to content

Commit

Permalink
"folded style" yaml BS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 8, 2025
1 parent 922e3ed commit 962acc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
run: cargo test --no-default-features --verbose

- name: Run Tests (ssl cross)
run: |
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 tokio,rustls-tls
- name: Run Audit
run: cargo audit -D warnings

0 comments on commit 962acc3

Please sign in to comment.