mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Do not test homogeneous multicore
This commit is contained in:
parent
76cf14c520
commit
26f19ae771
1 changed files with 0 additions and 7 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -156,13 +156,6 @@ jobs:
|
|||
command: check
|
||||
args: --examples --target=${{ matrix.target }} --features __min_r1_43
|
||||
|
||||
- name: cargo check -p homogeneous
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
use-cross: false
|
||||
command: check
|
||||
args: -p homogeneous --examples --target=${{ matrix.target }}
|
||||
|
||||
# Use precompiled binutils
|
||||
- name: cargo install cargo-binutils
|
||||
uses: actions-rs/install@v0.1
|
||||
|
|
Loading…
Reference in a new issue