Skip to content

Bump insta from 1.40.0 to 1.41.1 #60

Bump insta from 1.40.0 to 1.41.1

Bump insta from 1.40.0 to 1.41.1 #60

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