Skip to content

Merge branch 'fix/ub-pass-miri-tests' of https://github.com/xgroleau/… #4

Merge branch 'fix/ub-pass-miri-tests' of https://github.com/xgroleau/…

Merge branch 'fix/ub-pass-miri-tests' of https://github.com/xgroleau/… #4

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: Documentation Tests
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- features: thumbv6
nodefault: "--no-default-features"
- features: ""
nodefault: ""
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions-rs/cargo@v1
with:
command: test
args: ${{ matrix.nodefault }} --features=${{ matrix.features }} --manifest-path core/Cargo.toml