Skip to content

Commit 624c3e3

Browse files
committed
Add feature tests to CI
1 parent d0e85fa commit 624c3e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ jobs:
150150
- name: Run object_store tests
151151
run: cargo test --features=aws,azure,gcp,http
152152

153+
- name: Run crypto feature tests
154+
run: |
155+
# With ring
156+
cargo test crypto --no-default-features --features=aws,azure,gcp,ring
157+
# Without ring
158+
cargo test crypto --no-default-features --features=aws,azure,gcp
159+
153160
# Don't rerun doc tests (some of them rely on features other than aws)
154161
- name: Run object_store tests (AWS native conditional put)
155162
run: cargo test --lib --tests --features=aws

0 commit comments

Comments
 (0)