summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull-request-checks.yml3
-rw-r--r--.github/workflows/update-tedge-ref-docs.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 48cf6606..591fbb25 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -276,7 +276,6 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
- args: --release
cargo_build_arm7_32bit:
name: cargo build for armv7 32bit
@@ -304,7 +303,7 @@ jobs:
with:
use-cross: true
command: build
- args: --release --target=armv7-unknown-linux-gnueabihf
+ args: --target=armv7-unknown-linux-gnueabihf
cargo_build_tests_arm7_32bit:
name: cargo build tests for armv7 32bit
diff --git a/.github/workflows/update-tedge-ref-docs.yml b/.github/workflows/update-tedge-ref-docs.yml
index 1e498b6e..a7d747aa 100644
--- a/.github/workflows/update-tedge-ref-docs.yml
+++ b/.github/workflows/update-tedge-ref-docs.yml
@@ -34,7 +34,7 @@ jobs:
# https://github.com/marketplace/actions/rust-cargo
with:
command: build
- args: --release -p tedge
+ args: -p tedge
- name: run the update script
run: ./docs/gen-ref-docs.sh