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 d03bf20 commit a38feffCopy full SHA for a38feff
.github/actions/test-linux/action.yml
@@ -34,6 +34,7 @@ runs:
34
export TEST_PHP_JUNIT=junit.out.xml
35
export STACK_LIMIT_DEFAULTS_CHECK=1
36
export LSAN_OPTIONS=verbosity=1:log_threads=1
37
+ export TESTS="sapi/cli/tests/ext_loading.phpt"
38
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
39
-j$(/usr/bin/nproc) \
40
-g FAIL,BORK,LEAK,XLEAK \
0 commit comments