Skip to content

test against svd2rust output #20

test against svd2rust output

test against svd2rust output #20

Workflow file for this run

name: Test edc2svd
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
ci-regtest:
runs-on: ubuntu-latest
strategy:
matrix:
buildtype: ["", --release]
steps:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: cargo install [email protected]
- run: cargo build ${{ matrix.buildtype }}
- run: ./test.sh
working-directory: ./ci/regtest