Skip to content

Commit 0e9e36e

Browse files
committed
Only run the one test
1 parent 3e10e3f commit 0e9e36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ runs:
3434
export TEST_PHP_JUNIT=junit.out.xml
3535
export STACK_LIMIT_DEFAULTS_CHECK=1
3636
export LSAN_OPTIONS=verbosity=1:log_threads=1
37-
export TESTS="sapi/cli/tests/ext_loading.phpt"
3837
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
3938
-j$(/usr/bin/nproc) \
4039
-g PASS,FAIL,BORK,LEAK,XLEAK \
4140
--no-progress \
4241
--offline \
4342
--show-diff \
4443
--show-slow 1000 \
45-
--set-timeout 120
44+
--set-timeout 120 \
45+
sapi/cli/tests/ext_loading.phpt
4646
- uses: actions/upload-artifact@v3
4747
if: always() && inputs.testArtifacts != null
4848
with:

0 commit comments

Comments
 (0)