Skip to content

Commit

Permalink
To get more information.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Dec 4, 2024
1 parent ce2fc08 commit b030d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run ROS tests (enable feature ros_test)
shell: bash
run: "source /opt/ros/humble/setup.bash && cargo test --features ros_test --verbose"
run: "source /opt/ros/humble/setup.bash && cargo test --features ros_test --verbose -- --show-output --nocapture"

build_test_ros2_jazzy:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions zenoh-plugin-ros2dds/src/ros_discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ mod tests {
Gid::from_str("010f20a26b2fbd8000000000000001c1").unwrap()
);
assert_eq!(part_info.node_entities_info_seq.len(), 3);
println!(">>>> {:?}", part_info.node_entities_info_seq);

let node_componentmgr = part_info
.node_entities_info_seq
Expand Down

0 comments on commit b030d70

Please sign in to comment.