diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6275f7c..db8c609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,9 +137,6 @@ jobs: - name: Check with minimal versions run: cargo +$MSRV minimal-versions check --workspace --ignore-private - - name: Test with minimal versions - run: cargo +$MSRV minimal-versions test -- --test-threads 1 - lints: name: Lints runs-on: ubuntu-latest