Skip to content

Commit 17a3719

Browse files
committed
Updated command for executing multiple tests in docs
1 parent 5f3d0c2 commit 17a3719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/setup_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ docker run --net=host --ipc=host --pid=host -e ROS_DOMAIN_ID=$ROS_DOMAIN_ID -it
102102
```sh
103103
cd /rai
104104
source setup_shell.sh
105-
poetry run pytest tests/agents
105+
poetry run pytest tests/{agents,messages,tools,types}
106106
```

0 commit comments

Comments
 (0)