Skip to content

Commit

Permalink
Adding rosapi back in for ros1 integration tests, experimenting with …
Browse files Browse the repository at this point in the history
…removing --test-threads 1
  • Loading branch information
carter committed Oct 22, 2023
1 parent b27a872 commit 70d7a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galactic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Start rosbridge
run: source /opt/ros/galactic/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
- name: Integration Tests
run: source /root/.cargo/env; cargo test --features ros2_test -- --test-threads 1
run: source /root/.cargo/env; cargo test --features ros2_test
2 changes: 1 addition & 1 deletion .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Start rosbridge
run: source /opt/ros/humble/setup.bash; ros2 launch rosbridge_server rosbridge_websocket_launch.xml & disown; ros2 run rosapi rosapi_node & sleep 1
- name: Integration Tests
run: source /root/.cargo/env; cargo test --features ros2_test -- --test-threads 1
run: source /root/.cargo/env; cargo test --features ros2_test
2 changes: 1 addition & 1 deletion .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Start rosbridge
run: source /opt/ros/noetic/setup.bash; roslaunch rosbridge_server rosbridge_websocket.launch & disown; rosrun rosapi rosapi_node & sleep 1
- name: Integration Tests
run: source /root/.cargo/env; cargo test --features ros1_test,ros1,running_bridge -- --test-threads 1
run: source /root/.cargo/env; cargo test --features ros1_test,ros1,running_bridge,rosapi

0 comments on commit 70d7a67

Please sign in to comment.