Remove rust-tls (sha1-ring) from tests as its too slow
This commit is contained in:
parent
9b62f42a99
commit
41255ab933
1 changed files with 1 additions and 7 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -43,16 +43,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||||
features: [default-tls, rust-tls]
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup toolchain install stable --profile minimal
|
- run: rustup toolchain install stable --profile minimal
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --no-default-features --features=${{ matrix.features }}
|
run: cargo test
|
||||||
- name: Ensure openssl isn't included
|
|
||||||
if: ${{ matrix.features == 'rust-tls' && matrix.os == 'ubuntu-latest' }}
|
|
||||||
run: |
|
|
||||||
cargo install cargo-tree
|
|
||||||
cargo tree --no-default-features --features ${{ matrix.features }} | grep openssl && false || true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue