Skip to content

Commit

Permalink
test against svd2rust output
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Oct 1, 2023
1 parent 66622eb commit 3f1f690
Show file tree
Hide file tree
Showing 6 changed files with 264,100 additions and 19 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
ci-regtest:
runs-on: ubuntu-latest
strategy:
matrix:
buildtype: ["", --release]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: cargo install svd2rust@0.29.0
- run: cargo build ${{ matrix.buildtype }}
- run: ./test.sh
working-directory: ./ci/regtest
Loading

0 comments on commit 3f1f690

Please sign in to comment.