Skip to content

Commit 160aada

Browse files
committed
continue on error is not what we want here
1 parent a806908 commit 160aada

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109
cargo install svd2rust-regress --path ci/svd2rust-regress
110110
111111
- name: Run regression tool
112-
continue-on-error: true
113-
run: svd2rust-regress -m ${{ matrix.vendor }} ${{ matrix.options }}
112+
run: svd2rust-regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}
114113

115114
ci-clippy:
116115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)