update ci
This commit is contained in:
parent
93938ccfc2
commit
cdd0f7b3c5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue