|
42 | 42 | - uses: actions/checkout@v4 |
43 | 43 | - uses: dtolnay/rust-toolchain@stable |
44 | 44 | - run: | |
45 | | - cargo test --all-targets --no-default-features --features manager-cacache,cacache-async-std,with-http-types,manager-moka |
46 | | - cargo test --all-targets --no-default-features --features manager-cacache,cacache-tokio |
| 45 | + cargo test --all-targets --no-default-features --features manager-cacache,cacache-smol,with-http-types,manager-moka,streaming-smol |
| 46 | + cargo test --all-targets --no-default-features --features manager-cacache,cacache-tokio,with-http-types,manager-moka,streaming-tokio |
47 | 47 |
|
48 | 48 | clippy: |
49 | 49 | name: Check clippy |
|
55 | 55 | with: |
56 | 56 | components: "clippy" |
57 | 57 | - run: | |
58 | | - cargo clippy --lib --tests --all-targets --no-default-features --features manager-cacache,cacache-async-std,with-http-types,manager-moka -- -D warnings |
59 | | - cargo clippy --lib --tests --all-targets --no-default-features --features manager-cacache,cacache-tokio -- -D warnings |
| 58 | + cargo clippy --lib --tests --all-targets --no-default-features --features manager-cacache,cacache-smol,with-http-types,manager-moka,streaming-smol -- -D warnings |
| 59 | + cargo clippy --lib --tests --all-targets --no-default-features --features manager-cacache,cacache-tokio,with-http-types,manager-moka,streaming-tokio -- -D warnings |
60 | 60 |
|
61 | 61 | docs: |
62 | 62 | name: Build docs |
|
68 | 68 | env: |
69 | 69 | RUSTFLAGS: --cfg docsrs |
70 | 70 | RUSTDOCFLAGS: --cfg docsrs -Dwarnings |
71 | | - - run: cargo doc --no-deps --document-private-items |
| 71 | + - run: | |
| 72 | + cargo doc --no-deps --document-private-items |
| 73 | + cargo test --doc --no-default-features --features manager-cacache,cacache-smol,with-http-types,manager-moka,streaming-smol |
| 74 | + cargo test --doc --no-default-features --features manager-cacache,cacache-tokio,with-http-types,manager-moka,streaming-tokio |
0 commit comments