openvswitch*: run tests in parallel for significant speedup

This commit is contained in:
Adam Stephens
2023-12-22 23:36:20 -05:00
parent 30cd89625c
commit bb67b22244
@@ -96,6 +96,8 @@ in stdenv.mkDerivation rec {
doCheck = true;
preCheck = ''
export TESTSUITEFLAGS="-j$NIX_BUILD_CORES"
patchShebangs tests/
'';