Skip to content

Commit 38b1796

Browse files
committed
Use vendored OpenSSL in CI
1 parent a1ee406 commit 38b1796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ jobs:
5353
with:
5454
path: target
5555
key: target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
56-
- run: cargo test
57-
- run: cargo test --features alpn
5856
- run: cargo test --features vendored
57+
- run: cargo test --features vendored,alpn

0 commit comments

Comments
 (0)