From 2c32a02543651c5936751378b2599ea5710f9588 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Wed, 11 Sep 2024 11:20:17 -0700 Subject: [PATCH] test --- .github/workflows/ci_rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_rust.yml b/.github/workflows/ci_rust.yml index cb35c366d3..171e600144 100644 --- a/.github/workflows/ci_rust.yml +++ b/.github/workflows/ci_rust.yml @@ -49,12 +49,12 @@ jobs: working-directory: ${{env.ROOT_PATH}} run: cargo test - - name: Feature Tests: Fingerprint, kTLS, QUIC, and PQ + - name: "Feature Tests: Fingerprint, kTLS, QUIC, and PQ" working-directory: ${{env.ROOT_PATH}} # Test all features except for FIPS, which is tested separately. run: cargo test --features unstable-fingerprint,unstable-ktls,quic,pq - - name: Feature Test: Renegotiate + - name: "Feature Test: Renegotiate" working-directory: ${{env.ROOT_PATH}} run: cargo test --features unstable-renegotiate