We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340c266 commit 0d5e80fCopy full SHA for 0d5e80f
.github/actions/run-differential-tests/action.yml
@@ -121,8 +121,7 @@ runs:
121
--eth-rpc.path ${{ inputs['polkadot-sdk-path'] }}/target/release/eth-rpc \
122
--polkadot-omni-node.path ${{ inputs['polkadot-sdk-path'] }}/target/release/polkadot-omni-node \
123
--resolc.path ./resolc \
124
- --resolc.heap-size 128000 \
125
- --resolc.stack-size 128000 \
+ --resolc.heap-size 500000 \
126
"${OMNI_ARGS[@]}" || true
127
- name: Generate the expectation file
128
shell: bash
0 commit comments