We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8934e0f commit c8911d4Copy full SHA for c8911d4
.github/workflows/rustls-rustcrypto.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
toolchain: ${{ matrix.rust }}
65
targets: ${{ matrix.target }}
66
- - run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
+ - run: cargo build --no-default-features --features tls12,full,alloc --release --target ${{ matrix.target }}
67
68
test:
69
strategy:
@@ -80,7 +80,7 @@ jobs:
80
toolchain: ${{ matrix.toolchain }}
81
- run: cargo test --features tls12
82
- name: Test no_std with alloc
83
- run: cargo test --no-default-features --features tls12,alloc
+ run: cargo test --no-default-features --features tls12,full,alloc
84
85
cross:
86
0 commit comments