let sanity check can be overwritten

This commit is contained in:
crazywhalecc
2023-11-01 01:49:48 +08:00
committed by Jerry Ma
parent b1ae48a209
commit 5db23e1db7
2 changed files with 3 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ trait UnixBuilderTrait
foreach ($this->exts as $ext) {
logger()->debug('testing ext: ' . $ext->getName());
$ext->runCheck();
$ext->runCliCheck();
}
}