diff options
author | 2020-09-01 14:33:31 +0000 | |
---|---|---|
committer | 2020-09-01 14:50:06 +0000 | |
commit | 26f19ae771f9eaa5e205b448b9a4f0299d8cad8e (patch) | |
tree | f6db15bf850a796f5de5add1d47dd16e1be530c2 | |
parent | 76cf14c520091d00985f845203580e14c611ed14 (diff) | |
download | rtic-26f19ae771f9eaa5e205b448b9a4f0299d8cad8e.tar.gz rtic-26f19ae771f9eaa5e205b448b9a4f0299d8cad8e.tar.zst rtic-26f19ae771f9eaa5e205b448b9a4f0299d8cad8e.zip |
Do not test homogeneous multicore
-rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ec72bb1..7a076d9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |