Run feature tests in rustls/ directory

Otherwise they get altered by feature unification from other
members of the workspace.  That's more "spooky action at a distance"
than is desirable.
This commit is contained in:
Joseph Birr-Pixton 2023-10-30 15:17:54 +00:00 committed by Joe Birr-Pixton
parent b5c428d223
commit 6189d780d8
1 changed files with 6 additions and 0 deletions

View File

@ -88,23 +88,29 @@ jobs:
- name: cargo build (debug; default features)
run: cargo build --locked
working-directory: rustls
- name: cargo test (debug; default features)
run: cargo test --locked
working-directory: rustls
env:
RUST_BACKTRACE: 1
- name: cargo test (debug; no default features)
run: cargo test --locked --no-default-features
working-directory: rustls
- name: cargo test (debug; no default features; tls12)
run: cargo test --locked --no-default-features --features tls12
working-directory: rustls
- name: cargo test (debug; no default features; aws-lc-rs,tls12)
run: cargo test --no-default-features --features aws_lc_rs,tls12
working-directory: rustls
- name: cargo test (release; no run)
run: cargo test --locked --release --no-run
working-directory: rustls
bogo:
name: BoGo test suite