Skip to content

Commit

Permalink
Use ring in test explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jan 7, 2025
1 parent 7054576 commit 1314fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
cargo test --features slow_tests,websockets -- --nocapture
# we do not want to create more matrices just for tls test.
# It's easier to test it manually here.
cargo test tls --features=default -- --nocapture
cargo test tls --features=ring --no-default-features -- --nocapture
cargo test tls --features=aws-lc-rs --no-default-features -- --nocapture
cargo test tls --features=fips --no-default-features -- --nocapture
Expand Down

0 comments on commit 1314fc5

Please sign in to comment.