Skip to content

Bump insta from 1.39.0 to 1.40.0 #54

Bump insta from 1.39.0 to 1.40.0

Bump insta from 1.39.0 to 1.40.0 #54

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