mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Use xtask for running QEMU examples
This commit is contained in:
parent
806b3668e8
commit
0439867baf
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -537,8 +537,7 @@ jobs:
|
||||||
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs
|
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs
|
||||||
|
|
||||||
- name: Run-pass tests
|
- name: Run-pass tests
|
||||||
working-directory: ./rtic
|
run: cargo xtask --verbose --target ${{ matrix.target }} qemu
|
||||||
run: cargo xtask --target ${{ matrix.target }}
|
|
||||||
|
|
||||||
# Run test suite
|
# Run test suite
|
||||||
testsrtic:
|
testsrtic:
|
||||||
|
|
Loading…
Reference in a new issue