Skip to content

Commit

Permalink
single-threaded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Dec 3, 2023
1 parent 34d3455 commit f6115bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ROS_DIRS=$(find . -name package.xml -printf "%h\n")

for DIR in $ROS_DIRS; do
cd $WORKSPACE/src/$REPOSITORY_NAME/$DIR
catkin test --this -i
catkin test --this -p1
done

echo "$0: tests finished"
Expand Down

0 comments on commit f6115bf

Please sign in to comment.