Skip to content

Commit

Permalink
separate check for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 4, 2025
1 parent 05ffbb9 commit 8fa38dd
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 @@ -106,6 +106,16 @@ jobs:
- name: Run regression tool
run: cargo regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}

ci-msrv-check:
runs-on: ubuntu-latest
needs: [check]
steps:
- uses: actions/checkout@v4

- name: Self install
run: |
cargo install svd2rust --path .
# Install the MSRV toolchain
- uses: dtolnay/[email protected]
- name: Run reression tool with MSRV
Expand Down

0 comments on commit 8fa38dd

Please sign in to comment.