From 1314fc5a32cfcf06b4b1013dca438323d69d2209 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 7 Jan 2025 15:49:27 +0100 Subject: [PATCH] Use ring in test explicitly Signed-off-by: Tomasz Pietrek --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 182d5ecbc..05f0cfbe9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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