Skip to content

Commit

Permalink
CI: Use Cargo.lock.minimal for MSRV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ijackson committed Aug 1, 2024
1 parent de5f102 commit 7138858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7138858

Please sign in to comment.