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