Skip to content

Commit

Permalink
chore(ci): check minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 14, 2023
1 parent c51f40f commit caac5f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ jobs:
- name: Check
run: cargo check --target wasm32-unknown-unknown

minimal-versions:
runs-on: ubuntu-latest
needs: [style]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions check

miri:
name: Miri
runs-on: ubuntu-latest
Expand Down

0 comments on commit caac5f0

Please sign in to comment.