update ci

This commit is contained in:
Barrett Ruth 2025-09-11 14:18:49 -05:00
parent 93938ccfc2
commit cdd0f7b3c5

View file

@ -25,6 +25,9 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: Swatinem/rust-cache@v2
- name: Use MSRV lockfile for minimum version testing
if: matrix.rust == '1.65.0'
run: cp Cargo.lock.msrv Cargo.lock
- name: Run tests
run: cargo test --verbose
- name: Run tests with all features