Skip to content

Commit 14da61b

Browse files
committed
Update cargo regress tool and move CI
1 parent a2740d2 commit 14da61b

File tree

8 files changed

+2749
-1946
lines changed

8 files changed

+2749
-1946
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ jobs:
109109
run: |
110110
cargo install svd2rust --path .
111111
112-
- name: Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
113-
env:
114-
VENDOR: ${{ matrix.vendor }}
115-
OPTIONS: ${{ matrix.options }}
116-
COMMAND: check
117-
RUST_TOOLCHAIN: ${{ matrix.rust }}
118-
run: bash ci/script.sh
112+
- name: Run regression tool
113+
run: cargo regress tests -m STMico
114+
run: cargo regress tests -m STMico -- --atomics
119115

120116
ci-clippy:
121117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)