Skip to content

Commit 118473e

Browse files
committed
only run SAPI test
1 parent 4364b73 commit 118473e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ runs:
3636
export LSAN_OPTIONS=verbosity=1:log_threads=1
3737
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
3838
-j$(/usr/bin/nproc) \
39-
-g FAIL,BORK,LEAK,XLEAK \
39+
-g PASS,FAIL,BORK,LEAK,XLEAK \
4040
--no-progress \
4141
--offline \
4242
--show-diff \
4343
--show-slow 1000 \
44-
--set-timeout 120
44+
--set-timeout 120 \
45+
sapi/cli/tests/ext_loading.phpt
4546
- uses: actions/upload-artifact@v3
4647
if: always() && inputs.testArtifacts != null
4748
with:

0 commit comments

Comments
 (0)