tests: Run flake test against jazzy

Rolling is currently broken.
This commit is contained in:
Michal Sojka 2025-03-27 18:37:03 +01:00
parent caea989fa8
commit be4316f061

View file

@ -33,7 +33,7 @@ load common.bash
} }
@test "--flake" { @test "--flake" {
ros2nix --flake $(find ws/src -name package.xml) ros2nix --flake --distro=jazzy $(find ws/src -name package.xml)
nix flake check path:"${PWD}" nix flake check path:"${PWD}"
nix build path:"${PWD}#ros-node" nix build path:"${PWD}#ros-node"
} }