Skip to content

Commit 01b291c

Browse files
committed
Add test CI
1 parent 6b0c495 commit 01b291c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
run: cargo build --verbose
2121
- name: Run tests
2222
run: cargo test --verbose
23+
- name: Run tests --no-default-features --features rustls-client
24+
run: cargo test --verbose --no-default-features --features rustls-client

0 commit comments

Comments
 (0)