runc: add cri-o to passthru.tests

This commit is contained in:
zowoq 2020-08-24 08:42:50 +10:00
parent bb464f7063
commit c449e59e2c

View file

@ -45,7 +45,7 @@ buildGoPackage rec {
installManPage man/*/*.[1-9]
'';
passthru.tests = { inherit (nixosTests) podman; };
passthru.tests = { inherit (nixosTests) cri-o podman; };
meta = with lib; {
homepage = "https://github.com/opencontainers/runc";