Set ulimit -c unlimited
for make test-all
in macOS
This commit is contained in:
parent
1c5c724c6f
commit
37e2063b81
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
|||||||
|
|
||||||
- name: make ${{ matrix.test_task }}
|
- name: make ${{ matrix.test_task }}
|
||||||
run: |
|
run: |
|
||||||
|
ulimit -c unlimited
|
||||||
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
|
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
@ -116,7 +117,6 @@ jobs:
|
|||||||
|
|
||||||
- name: make skipped tests
|
- name: make skipped tests
|
||||||
run: |
|
run: |
|
||||||
ulimit -c unlimited
|
|
||||||
make -s test-all TESTS="${TESTS//-n!\//-n/}"
|
make -s test-all TESTS="${TESTS//-n!\//-n/}"
|
||||||
env:
|
env:
|
||||||
GNUMAKEFLAGS: ''
|
GNUMAKEFLAGS: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user