Skip to content

Commit

Permalink
Add tests for rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
Proziam committed Dec 27, 2024
1 parent 0b6351b commit 30e6fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --verbose
- name: Run tests
- name: Run default tests
run: cargo test --verbose -- --nocapture --test-threads=1
- name: Run rustls tests
run: cargo test --verbose --features use-rustls -- --nocapture --test-threads=1

0 comments on commit 30e6fef

Please sign in to comment.