Skip to content

Commit

Permalink
Run tests single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Jan 23, 2024
1 parent 6118b3b commit 4baf290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
. /opt/ros/iron/setup.sh
. install/setup.sh
# Run tests for all packages
colcon test --packages-skip-regex pylon --event-handlers console_direct+ --return-code-on-test-failure
colcon test --packages-skip-regex pylon --event-handlers console_direct+ --return-code-on-test-failure --parallel-workers 1
working-directory: /colcon_ws

0 comments on commit 4baf290

Please sign in to comment.