Skip to content

Commit c9e25c4

Browse files
committed
ci: add ring build to test phase
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`).
1 parent 731d19e commit c9e25c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
env:
6767
RUST_BACKTRACE: 1
6868

69+
- name: cargo test (debug; defaults+ring)
70+
run: cargo test --no-default-features --features ring,native-tokio,http1,tls12,logging
71+
env:
72+
RUST_BACKTRACE: 1
73+
6974
- name: cargo test (debug; all features)
7075
run: cargo test --all-features
7176
env:

0 commit comments

Comments
 (0)