Skip to content

Commit 7c23c51

Browse files
committed
test
1 parent cd1b8d1 commit 7c23c51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runs:
2828
--enable-opcache \
2929
--enable-phar \
3030
--enable-exif \
31-
--enable-address-sanitizer \
3231
--enable-sysvsem \
3332
--enable-sysvshm \
3433
--enable-shmop \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
--offline \
3030
--show-diff \
3131
--show-slow 1000 \
32+
-m --show-mem \
3233
--set-timeout 120 ext/phar ext/standard
3334
- uses: actions/upload-artifact@v4
3435
if: always() && inputs.testArtifacts != null

0 commit comments

Comments
 (0)