Skip to content

processor: Add ARMv9 Processor Family #35

processor: Add ARMv9 Processor Family

processor: Add ARMv9 Processor Family #35

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- master
jobs:
msrv:
name: msrv
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.69.0
components: rustfmt
- run: cargo fmt --check
- run: cargo check --all-features
- run: cargo test --all-features