File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments