Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit ed43a81

Browse files
committed
increase stack size in ci runner
1 parent 635949e commit ed43a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ef-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: ef-tests
102102
run: |
103103
set -o pipefail
104-
RUST_MIN_STACK=16777216 make ef-test-v1-native | tee data.txt
104+
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data.txt
105105
set +o pipefail
106106
107107
- name: Retrieve ef-tests execution resources

0 commit comments

Comments
 (0)