Skip to content

Commit 8fa38dd

Browse files
committed
separate check for msrv
1 parent 05ffbb9 commit 8fa38dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ jobs:
106106
- name: Run regression tool
107107
run: cargo regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}
108108

109+
ci-msrv-check:
110+
runs-on: ubuntu-latest
111+
needs: [check]
112+
steps:
113+
- uses: actions/checkout@v4
114+
115+
- name: Self install
116+
run: |
117+
cargo install svd2rust --path .
118+
109119
# Install the MSRV toolchain
110120
- uses: dtolnay/[email protected]
111121
- name: Run reression tool with MSRV

0 commit comments

Comments
 (0)