File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289289 LD_LIBRARY_PATH=`pwd` ./perl -Ilib -e 'use Config; print Config::config_sh'
290290 - name: Run Tests
291291 run: |
292- LD_LIBRARY_PATH=`pwd` MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 ./perl t/harness
292+ LD_LIBRARY_PATH=`pwd` MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 make -j2 test
293293 - name: git clean
294294 run: |
295295 git clean -dxf
@@ -361,6 +361,7 @@ jobs:
361361 run: |
362362 LD_LIBRARY_PATH=`pwd` ./perl -Ilib -V
363363 LD_LIBRARY_PATH=`pwd` ./perl -Ilib -e 'use Config; print Config::config_sh'
364+ env
364365 # Leaving this as `make test` so that we test the `test` target on regular
365366 # Linux.
366367 # linux-i386 is just one job (not a matrix)
@@ -401,7 +402,7 @@ jobs:
401402 LD_LIBRARY_PATH=`pwd` ./perl -Ilib -e 'use Config; print Config::config_sh'
402403 - name: Run Tests
403404 run: |
404- MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 make -j2 test_harness
405+ MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 make -j2 test
405406 - name: Install
406407 run: |
407408 MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 make -j2 install
@@ -450,7 +451,7 @@ jobs:
450451 ./perl -Ilib -e 'use Config; print Config::config_sh'
451452 - name: Run Tests
452453 run: |
453- TEST_JOBS=2 ./perl t/harness
454+ MALLOC_PERTURB_=254 MALLOC_CHECK_=3 TEST_JOBS=2 make -j2 test
454455
455456 # _ _
456457 # __ __ _(_)_ _ __| |_____ __ _____
You can’t perform that action at this time.
0 commit comments