From 41255ab933044b4be282ffb1fbfde0ee4f096b0a Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 28 Aug 2024 16:42:14 +0100 Subject: [PATCH] Remove rust-tls (sha1-ring) from tests as its too slow --- .github/workflows/test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22d1008..f880e5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,16 +43,10 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - features: [default-tls, rust-tls] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 - name: Run tests - run: cargo test --no-default-features --features=${{ matrix.features }} - - 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 + run: cargo test