Skip to content

Commit 4a91da5

Browse files
committed
test(pixi): ignore lib/audio_common from colcon test
as it is a subrepo and apparently it is not possible to ignore folders from `colcon test`
1 parent 0329710 commit 4a91da5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pixi.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ args = [{ arg = "package", default = "" }]
2525
description = "Cleans build and install files for all ROS 2 packages or a specific one if given."
2626

2727
[tasks.test]
28-
cmd = "colcon test --event-handlers console_direct+ --return-code-on-test-failure "
28+
cmd = "colcon test --packages-ignore=audio_common --event-handlers console_direct+ --return-code-on-test-failure "
2929
description = "Runs tests for all ROS 2 packages. Add --packages-select <package names> to test specific packages."
3030

3131
[dependencies]
@@ -255,4 +255,3 @@ scripts = [
255255
default = ["ros", "format"] # Full development environment (excluding robot-only deps)
256256
format = ["format"] # Format only environment
257257
robot = ["ros", "format", "robot"] # Robot environment with additional robot-only dependencies
258-

0 commit comments

Comments
 (0)