We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a806908 commit 160aadaCopy full SHA for 160aada
.github/workflows/ci.yml
@@ -109,8 +109,7 @@ jobs:
109
cargo install svd2rust-regress --path ci/svd2rust-regress
110
111
- name: Run regression tool
112
- continue-on-error: true
113
- run: svd2rust-regress -m ${{ matrix.vendor }} ${{ matrix.options }}
+ run: svd2rust-regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}
114
115
ci-clippy:
116
runs-on: ubuntu-latest
0 commit comments