ovn: enable tests

This commit is contained in:
Ihar Hrachyshka
2025-09-11 22:28:00 -04:00
parent c46f7e735c
commit 2bc7f0fd88
+1 -2
View File
@@ -65,8 +65,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# disable tests due to networking issues and because individual tests can't be skipped easily
doCheck = false;
doCheck = true;
nativeCheckInputs = [
gnused