We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d421 commit c18e43fCopy full SHA for c18e43f
.github/actions/test-linux/action.yml
@@ -44,7 +44,7 @@ runs:
44
--offline \
45
--show-diff \
46
--show-slow 1000 \
47
- --set-timeout 120
+ --set-timeout 120 ext/session
48
- uses: actions/upload-artifact@v3
49
if: always() && inputs.testArtifacts != null
50
with:
run-tests.php
@@ -586,7 +586,7 @@ function main(): void
586
$lsanSuppressions = __DIR__ . '/.github/lsan-suppressions.txt';
587
if (file_exists($lsanSuppressions)) {
588
$environment['LSAN_OPTIONS'] = 'suppressions=' . $lsanSuppressions
589
- . ':print_suppressions=0';
+ . ':print_suppressions=0:use_tls=0';
590
}
591
break;
592
case '--repeat':
0 commit comments