Skip to content

Commit 4e0ea22

Browse files
CI: run tests (#5)
Co-authored-by: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>
1 parent c5a6a17 commit 4e0ea22

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,16 @@ jobs:
6161
components: rustfmt
6262
- run: cargo fmt --all -- --check
6363

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
64+
test:
65+
strategy:
66+
matrix:
67+
toolchain:
68+
- stable
69+
runs-on: ubuntu-latest
70+
steps:
71+
- uses: actions/checkout@v4
72+
- uses: RustCrypto/actions/cargo-cache@master
73+
- uses: dtolnay/rust-toolchain@master
74+
with:
75+
toolchain: ${{ matrix.toolchain }}
76+
- run: cargo test --features tls12

0 commit comments

Comments
 (0)