Skip to content

Commit 711c83f

Browse files
committed
try increasing stack size
1 parent 70b1df6 commit 711c83f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
CARGO_TERM_COLOR: always
1818
POWDR_GENERATE_PROOFS: "true"
1919
MAX_DEGREE_LOG: "20"
20+
RUST_MIN_STACK: "1073741824"
2021

2122
jobs:
2223
build:
@@ -234,6 +235,8 @@ jobs:
234235
- name: Install pilcom
235236
run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install
236237
- uses: taiki-e/install-action@nextest
238+
- name: Increase Stack Size
239+
run: ulimit -s 32768
237240
- name: Run slow tests
238241
# Number threads is set to 2 because the runner does not have enough memory for more.
239242
run: |

0 commit comments

Comments
 (0)