Skip to content

Commit b1d07d5

Browse files
CI: drop -m flag (needs valgrind); debug build leaks via Zend MM
1 parent 24c24f1 commit b1d07d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ jobs:
143143
./configure --enable-deepclone
144144
make -j$(nproc)
145145
146-
- name: Run tests (leak detection active)
146+
- name: Run tests (Zend MM leak detection active)
147147
env:
148148
NO_INTERACTION: "1"
149149
REPORT_EXIT_STATUS: "1"
150-
run: make test TESTS="-q --show-diff -m tests/"
150+
run: make test TESTS="-q --show-diff tests/"
151151

152152
- name: Show failing test diffs
153153
if: failure()

0 commit comments

Comments
 (0)