We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a6a17 commit 4e0ea22Copy full SHA for 4e0ea22
1 file changed
.github/workflows/rustls-rustcrypto.yml
@@ -61,17 +61,16 @@ jobs:
61
components: rustfmt
62
- run: cargo fmt --all -- --check
63
64
-# TODO(tarcieri): run tests in CI
65
-# test:
66
-# strategy:
67
-# matrix:
68
-# toolchain:
69
-# - stable
70
-# runs-on: ubuntu-latest
71
-# steps:
72
-# - uses: actions/checkout@v4
73
-# - uses: RustCrypto/actions/cargo-cache@master
74
-# - uses: dtolnay/rust-toolchain@master
75
-# with:
76
-# toolchain: ${{ matrix.toolchain }}
77
-# - run: cargo test
+ test:
+ strategy:
+ matrix:
+ toolchain:
+ - stable
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: RustCrypto/actions/cargo-cache@master
+ - uses: dtolnay/rust-toolchain@master
+ with:
+ toolchain: ${{ matrix.toolchain }}
+ - run: cargo test --features tls12
0 commit comments