Skip to content

Commit

Permalink
Test direct-minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 11, 2023
1 parent 1ce0afe commit 8360847
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,21 @@ jobs:
with:
components: miri
- run: cargo miri test

minimal-versions:
name: Check MSRV and minimal-versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.64.0 # MSRV
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo +nightly hack generate-lockfile --remove-dev-deps -Z direct-minimal-versions
- name: Build
run: cargo build --verbose --all-features

0 comments on commit 8360847

Please sign in to comment.