Skip to content

update testsuite to use defmt-test #755

update testsuite to use defmt-test

update testsuite to use defmt-test #755

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/on-target.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-target.yml

Invalid workflow file

(Line: 20, Col: 9): 'run' is already defined
pull_request:
merge_group:
# allows manual triggering
workflow_dispatch:
name: cortex-m on-target tests
jobs:
hil-qemu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: thumbv7em-none-eabihf
- name: Install QEMU
run: sudo apt-get update && sudo apt-get install qemu-system-arm
run: cargo install qemu-run
- name: Run testsuite
run: |
cd testsuite && cargo test --features qemu