summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-12 10:09:53 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-08 10:34:04 +0200
commitd088e67c8f572d0290514f678140f5706917afab (patch)
treefac9c3a6c236d985d53fd3a4ac22abce92346fa6
parent7a8e1110ffbb0a350d94546f43cfe02d2d8a628b (diff)
Fix: Build with all features enabledoptimize-ci-time
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/pull-request-checks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 3b49a526..f235c807 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -265,6 +265,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
+ args: --all-features
cargo_build_arm7_32bit:
name: cargo build for armv7 32bit