Skip to content

Commit

Permalink
Merge pull request #409 from fintelia/fix-msrv-ci
Browse files Browse the repository at this point in the history
Use Cargo.lock.msrv in CI
  • Loading branch information
fintelia authored Aug 18, 2023
2 parents e113d76 + 10712a3 commit 7642f0f
Show file tree
Hide file tree
Showing 2 changed files with 2,087 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
rust: ["1.57.0", stable, beta, nightly]
os: [ubuntu-latest, windows-latest, macos-latest]
Expand All @@ -18,6 +19,8 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- if: ${{ matrix.rust == '1.57.0' }}
run: mv Cargo.lock.msrv Cargo.lock
- name: build
run: |
cargo build --verbose
Expand Down
Loading

0 comments on commit 7642f0f

Please sign in to comment.