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
commit 5a01941e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {