sbcl: doCheck = true

This commit is contained in:
Hraban Luyat 2023-10-19 11:54:08 -04:00
parent 98b00b6947
commit 094f6b98c7

View File

@ -161,6 +161,13 @@ stdenv.mkDerivation rec {
runHook postBuild
'';
doCheck = true;
# From the INSTALL docs
checkPhase = ''
(cd tests && sh run-tests.sh)
'';
installPhase = ''
runHook preInstall