Skip to content

Commit

Permalink
increase stack size in ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 7, 2024
1 parent c6756b3 commit c7f0098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
working-directory: ef-tests
run: |
set -o pipefail
RUST_MIN_STACK=16777216 make ef-test-v1-native | tee data.txt
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data.txt
set +o pipefail
- name: Retrieve ef-tests execution resources
Expand Down

0 comments on commit c7f0098

Please sign in to comment.