From 4baf29045d28792a3af4bd88acd7fb96b4ccc148 Mon Sep 17 00:00:00 2001 From: Florian Vahl <7vahl@informatik.uni-hamburg.de> Date: Tue, 23 Jan 2024 14:53:36 +0100 Subject: [PATCH] Run tests single threaded --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f80501d65..f72fbc960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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