Skip to content

Commit 0d9f1b7

Browse files
committed
another test
1 parent 160aada commit 0d9f1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- { rust: stable, vendor: Freescale }
6464
- { rust: stable, vendor: Freescale, options: "-- --strict --atomics" }
6565
- { rust: stable, vendor: Fujitsu }
66-
- { rust: stable, vendor: Fujitsu, options: "-- --strict --atomics" }
66+
- { rust: stable, vendor: Fujitsu, options: "-- --atomics" }
6767
- { rust: stable, vendor: Holtek }
6868
- { rust: stable, vendor: Holtek, options: "-- --strict --atomics" }
6969
- { rust: stable, vendor: Atmel }
@@ -109,7 +109,7 @@ jobs:
109109
cargo install svd2rust-regress --path ci/svd2rust-regress
110110
111111
- name: Run regression tool
112-
run: svd2rust-regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}
112+
run: svd2rust-regress tests --test-cases ci/svd2rust-regress/tests.yml -m ${{ matrix.vendor }} ${{ matrix.options }}
113113

114114
ci-clippy:
115115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)