Skip to content

Commit b57954e

Browse files
committed
Update CI tasks to include tests with no default features
1 parent a52b6fb commit b57954e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
matrix:
3434
features:
3535
- --all-features
36+
- --no-default-features
3637
- --no-default-features --features ring
3738
- --no-default-features --features aws_lc_rs
3839
- --no-default-features --features aws_lc_rs,pem
@@ -137,6 +138,8 @@ jobs:
137138
run: cargo test --verbose --features x509-parser --all-targets
138139
- name: Run the tests with aws_lc_rs backend enabled
139140
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
140143

141144
build:
142145
strategy:

0 commit comments

Comments
 (0)