Skip to content

Commit

Permalink
ci: add ring build to test phase
Browse files Browse the repository at this point in the history
Previously we did not have a test step that would run the unit tests
assuming the equivalent of default features, but with the default
crypto provider (now `aws-lc-rs`) with the alternative built-in option
(now `ring`).
  • Loading branch information
cpu committed Mar 26, 2024
1 parent 731d19e commit c9e25c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
env:
RUST_BACKTRACE: 1

- name: cargo test (debug; defaults+ring)
run: cargo test --no-default-features --features ring,native-tokio,http1,tls12,logging
env:
RUST_BACKTRACE: 1

- name: cargo test (debug; all features)
run: cargo test --all-features
env:
Expand Down

0 comments on commit c9e25c4

Please sign in to comment.