File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,16 @@ jobs:
61
61
components : rustfmt
62
62
- run : cargo fmt --all -- --check
63
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
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
You can’t perform that action at this time.
0 commit comments