Skip to content

Commit

Permalink
ci(other-checks): verify msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 24, 2025
1 parent dfe22d4 commit 21c2ca9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/other-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ jobs:
- name: Run checks
run: |
cargo check -p ort --no-default-features
msrv:
name: MSRV (1.72)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable Rust toolchain
uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v1
- name: Run checks
run: |
cargo check -p ort
cargo check -p ort --features load-dynamic

0 comments on commit 21c2ca9

Please sign in to comment.