Skip to content

Commit

Permalink
CI: run tests (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>
  • Loading branch information
tarcieri and stevefan1999-personal authored Jan 27, 2024
1 parent c5a6a17 commit 4e0ea22
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/rustls-rustcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,16 @@ jobs:
components: rustfmt
- run: cargo fmt --all -- --check

# TODO(tarcieri): run tests in CI
# 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
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 comments on commit 4e0ea22

Please sign in to comment.