Skip to content

Commit ba131ca

Browse files
committed
Do stuff to see output now that with LSAN options not shown
1 parent 4525afa commit ba131ca

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
export TESTS="sapi/cli/tests/ext_loading.phpt"
3838
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
3939
-j$(/usr/bin/nproc) \
40-
-g FAIL,BORK,LEAK,XLEAK \
40+
-g PASS,FAIL,BORK,LEAK,XLEAK \
4141
--no-progress \
4242
--offline \
4343
--show-diff \

.github/workflows/push.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ jobs:
5555
steps:
5656
- name: git checkout
5757
uses: actions/checkout@v3
58-
- name: Create MSSQL container
59-
uses: ./.github/actions/setup-mssql
60-
- name: Create Oracle container
61-
uses: ./.github/actions/setup-oracle
62-
- name: Setup Caddy server
63-
uses: ./.github/actions/setup-caddy
6458
- name: apt
6559
uses: ./.github/actions/apt-x64
6660
- name: ccache
@@ -88,7 +82,6 @@ jobs:
8882
- name: Setup
8983
uses: ./.github/actions/setup-x64
9084
- name: Test
91-
if: matrix.asan == false
9285
uses: ./.github/actions/test-linux
9386
with:
9487
testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}

0 commit comments

Comments
 (0)