Merge pull request #180879 from jonringer/bison-tests

This commit is contained in:
Artturi
2022-07-21 23:11:23 +03:00
committed by GitHub
@@ -28,7 +28,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
# Normal check and install check largely execute the same test suite
doCheck = false;
doInstallCheck = true;
meta = {