diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d82bdd20..918c663e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,8 +70,8 @@ jobs: # 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=aws-lc-rs -- --nocapture - cargo test tls --fips -- --nocapture + cargo test tls --features=aws-lc-rs --no-default-features -- --nocapture + cargo test tls --fips --no-default-features -- --nocapture check_format: name: check format (ubuntu-latest / nightly)