summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 151df8126b..3d97c092f7 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -74,6 +74,7 @@ jobs:
run: |
sysctl -n kern.coredump
sudo sysctl -w kern.coredump=1
+ sudo chmod -R +rwx /cores/
- name: Run configure
run: ../src/configure -C --disable-install-doc ${ruby_configure_args}
@@ -115,6 +116,7 @@ jobs:
- name: make skipped tests
run: |
+ ulimit -c unlimited
make -s test-all TESTS="${TESTS//-n!\//-n/}"
env:
GNUMAKEFLAGS: ''