Skip to content

Add width and addressBlock tags #18

Add width and addressBlock tags

Add width and addressBlock tags #18

Workflow file for this run

name: Test edc2svd
on:
push:
pull_request:
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
- run: cargo build ${{ matrix.buildtype }}
- run: ./test.sh
working-directory: ./ci/regtest