Skip to content

Bump svd-encoder from 0.14.4 to 0.14.5 #52

Bump svd-encoder from 0.14.4 to 0.14.5

Bump svd-encoder from 0.14.4 to 0.14.5 #52

Workflow file for this run

name: CI
on:
push:
branches:
- main
- wip
pull_request:
jobs:
test:
name: Run atdf2svd regression tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions-rust-lang/rustfmt@v1