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 a1ee406 commit 38b1796Copy full SHA for 38b1796
.github/workflows/ci.yml
@@ -53,6 +53,5 @@ jobs:
53
with:
54
path: target
55
key: target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
56
- - run: cargo test
57
- - run: cargo test --features alpn
58
- run: cargo test --features vendored
+ - run: cargo test --features vendored,alpn
0 commit comments