Skip to content

Commit

Permalink
chore(ci): check minimal versions (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 15, 2023
1 parent 453cd1b commit ab311c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -94,6 +94,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 ab311c3

Please sign in to comment.