Skip to content

Commit c8911d4

Browse files
enable all suites when testing
1 parent 8934e0f commit c8911d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
toolchain: ${{ matrix.rust }}
6565
targets: ${{ matrix.target }}
66-
- run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
66+
- run: cargo build --no-default-features --features tls12,full,alloc --release --target ${{ matrix.target }}
6767

6868
test:
6969
strategy:
@@ -80,7 +80,7 @@ jobs:
8080
toolchain: ${{ matrix.toolchain }}
8181
- run: cargo test --features tls12
8282
- name: Test no_std with alloc
83-
run: cargo test --no-default-features --features tls12,alloc
83+
run: cargo test --no-default-features --features tls12,full,alloc
8484

8585
cross:
8686
strategy:

0 commit comments

Comments
 (0)