Skip to content

Commit 30e6fef

Browse files
committed
Add tests for rustls
1 parent 0b6351b commit 30e6fef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
3737
- name: Build
3838
run: cargo build --verbose
39-
- name: Run tests
39+
- name: Run default tests
4040
run: cargo test --verbose -- --nocapture --test-threads=1
41+
- name: Run rustls tests
42+
run: cargo test --verbose --features use-rustls -- --nocapture --test-threads=1

0 commit comments

Comments
 (0)