From 7138858800989fe4bd16ccffdc89a6fce3bba8ac Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Aug 2024 15:36:33 +0100 Subject: [PATCH] CI: Use Cargo.lock.minimal for MSRV tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a686b..46737a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,4 +99,5 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: ${{ matrix.toolchain }} + - run: cp Cargo.lock.minimal Cargo.lock - run: cargo test --lib --bins ${{ matrix.features }} \ No newline at end of file