Skip to content

Commit

Permalink
Update cargo regress tool and move CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 3, 2025
1 parent c94dc77 commit 9d2df55
Show file tree
Hide file tree
Showing 8 changed files with 2,749 additions and 1,946 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,9 @@ jobs:
run: |
cargo install svd2rust --path .
- name: Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
env:
VENDOR: ${{ matrix.vendor }}
OPTIONS: ${{ matrix.options }}
COMMAND: check
RUST_TOOLCHAIN: ${{ matrix.rust }}
run: bash ci/script.sh
- name: Run regression tool
run: cargo regress tests -m STMico
run: cargo regress tests -m STMico -- --atomics

ci-clippy:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 9d2df55

Please sign in to comment.