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 15, 2023
1 parent c51f40f commit cbf1ca7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ jobs:
- name: Check
run: cargo check --target wasm32-unknown-unknown

minimal-versions:
runs-on: ubuntu-latest
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 cbf1ca7

Please sign in to comment.