Run tests during CI

This commit is contained in:
Michal Sojka 2024-12-23 00:18:06 +01:00
parent 6c5663f3c9
commit 2ba5146201
2 changed files with 16 additions and 0 deletions

View file

@ -102,6 +102,7 @@
p.bats-assert
p.bats-file
]))
pkgs.vcstool
pkgs.python3Packages.flake8
pkgs.python3Packages.flake8-bugbear
pkgs.python3Packages.isort
@ -109,6 +110,7 @@
];
ROSDEP_SOURCE_PATH = "${rosdistro}/rosdep/sources.list.d";
ROSDISTRO_INDEX_URL = "file://${rosdistro}/index-v4.yaml";
ROS_HOME = rosdep-cache;
};
packages = {
default = ros2nix;