Skip to content

Commit

Permalink
Add minimal-versions check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 14, 2024
1 parent 43a2e7c commit 55513f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install cargo-hack and wasm-pack
uses: taiki-e/install-action@v2
with:
tool: cargo-hack,wasm-pack
tool: cargo-hack,cargo-minimal-versions,wasm-pack
- run: rustup target add thumbv7m-none-eabi
- name: Run cargo check (without dev-dependencies to catch missing feature flags)
run: cargo hack build --all --no-dev-deps
Expand All @@ -56,6 +56,7 @@ jobs:
run: cargo check --all --all-features --all-targets --target wasm32-unknown-unknown
- name: Test WASM
run: wasm-pack test --headless --chrome
- run: cargo minimal-versions build --all

msrv:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 55513f9

Please sign in to comment.