Skip to content

Remove final panics from stm32xx-sys on h7 and keep it that way #862

Remove final panics from stm32xx-sys on h7 and keep it that way

Remove final panics from stm32xx-sys on h7 and keep it that way #862

Workflow file for this run

name: tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose --workspace