Skip to content

Commit

Permalink
chore(ci): Use minimal versions to check msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 17, 2023
1 parent e8c0ec4 commit b88943e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- uses: dtolnay/rust-toolchain@nightly
- name: Install Rust (${{ matrix.rust }})
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true

- name: Check
uses: actions-rs/cargo@v1
with:
command: check
args: --features full
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions

- run: cargo minimal-versions check --all-features

miri:
name: Test with Miri
Expand Down

0 comments on commit b88943e

Please sign in to comment.