From 9ac669b202caa7ac44f94f0eddac53c403da3dca Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 22 Nov 2023 10:47:41 +0100 Subject: [PATCH] Only test lib for msrv --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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