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 cd1b8d1 commit 7c23c51Copy full SHA for 7c23c51
.github/actions/configure-macos/action.yml
@@ -28,7 +28,6 @@ runs:
28
--enable-opcache \
29
--enable-phar \
30
--enable-exif \
31
- --enable-address-sanitizer \
32
--enable-sysvsem \
33
--enable-sysvshm \
34
--enable-shmop \
.github/actions/test-macos/action.yml
@@ -29,6 +29,7 @@ runs:
--offline \
--show-diff \
--show-slow 1000 \
+ -m --show-mem \
--set-timeout 120 ext/phar ext/standard
- uses: actions/upload-artifact@v4
35
if: always() && inputs.testArtifacts != null
0 commit comments