Skip to content

Commit daa3dcc

Browse files
pb8oJonathanWoollett-Light
authored andcommitted
build: include examples in build
This is so that we can simplify the test run later by doing all Rust compilation upfront. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent f386cb2 commit daa3dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fi
127127

128128
say "Building version=$VERSION, profile=$PROFILE, target=$CARGO_TARGET, Rust toolchain=${RUST_TOOLCHAIN}..."
129129
# shellcheck disable=SC2086
130-
cargo build --target "$CARGO_TARGET" $CARGO_OPTS --workspace
130+
cargo build --target "$CARGO_TARGET" $CARGO_OPTS --workspace --bins --examples
131131

132132
say "Binaries placed under $CARGO_TARGET_DIR"
133133

0 commit comments

Comments
 (0)