Skip to content

Commit dd5cc94

Browse files
committed
this is not faster
1 parent 35c1cd9 commit dd5cc94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
- { rust: stable, vendor: NXP }
7979
- { rust: stable, vendor: NXP, options: "-- --strict --atomics" }
8080
- { rust: stable, vendor: SiFive }
81-
- { rust: stable, vendor: SiFive, options: "-- --strict --atomics" }
81+
- { rust: stable, vendor: SiFive, options: "-- --atomics" }
8282
- { rust: stable, vendor: SiliconLabs, options: "" }
8383
- { rust: stable, vendor: SiliconLabs, options: "-- --strict --atomics" }
8484
- { rust: stable, vendor: Spansion }
85-
- { rust: stable, vendor: Spansion, options: "-- --strict --atomics" }
85+
- { rust: stable, vendor: Spansion, options: "-- --atomics" }
8686
- { rust: stable, vendor: STMicro }
8787
- { rust: stable, vendor: STMicro, options: "-- --atomics" }
8888
- { rust: stable, vendor: STMicro, options: "-- --strict -f enum_value::p: --max-cluster-size --atomics --atomics-feature atomics --impl-debug --impl-defmt defmt" }
@@ -106,10 +106,9 @@ jobs:
106106
- name: Self install
107107
run: |
108108
cargo install svd2rust --path .
109-
cargo install svd2rust-regress --path ci/svd2rust-regress
110109
111110
- name: Run regression tool
112-
run: svd2rust-regress tests --test-cases ci/svd2rust-regress/tests.yml -m ${{ matrix.vendor }} ${{ matrix.options }}
111+
run: cargo regress tests -m ${{ matrix.vendor }} ${{ matrix.options }}
113112

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

0 commit comments

Comments
 (0)