Skip to content

Commit ec85565

Browse files
authored
Add the --all-features flag to cargo test (#259)
1 parent ac99b00 commit ec85565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
for path in $(colcon list | awk '$3 == "(ament_cargo)" && $1 != "examples_rclrs_minimal_pub_sub" && $1 != "examples_rclrs_minimal_client_service" { print $2 }'); do
100100
cd $path
101101
echo "Running cargo test in $path"
102-
cargo test
102+
cargo test --all-features
103103
cd -
104104
done
105105

0 commit comments

Comments
 (0)