We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd696e commit f484716Copy full SHA for f484716
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
matrix:
34
features:
35
- --all-features
36
+ - --no-default-features
37
- --no-default-features --features ring
38
- --no-default-features --features aws_lc_rs
39
- --no-default-features --features aws_lc_rs,pem
@@ -137,6 +138,8 @@ jobs:
137
138
run: cargo test --verbose --features x509-parser --all-targets
139
- name: Run the tests with aws_lc_rs backend enabled
140
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets
141
+ - name: Run the tests with no features enabled
142
+ run: cargo test --verbose --no-default-features --all-targets
143
144
build:
145
strategy:
0 commit comments