CI: test examples with --no-default-features.

Previously the example directories weren't being tested with
`--no-default-features`, letting bitrot affect those configurations.

This commit includes those directories in the `--no-default-features`
task that run `cargo test`.
This commit is contained in:
Daniel McCarney 2023-03-28 13:23:34 -04:00 committed by Dirkjan Ochtman
parent cc80bebb64
commit 4d0c0dfbbb
1 changed files with 0 additions and 2 deletions

View File

@ -70,11 +70,9 @@ jobs:
- name: cargo build (debug; no default features)
run: cargo test --no-default-features
working-directory: rustls
- name: cargo test (debug; no default features; tls12)
run: cargo test --no-default-features --features tls12
working-directory: rustls
- name: cargo test (release; no run)
run: cargo test --release --no-run