Skip to content

Commit

Permalink
Memory ref tests (#7)
Browse files Browse the repository at this point in the history
* allocate more memory for ref tests task

---------

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored May 9, 2024
1 parent 0f0e8e9 commit 6b0376c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle evm:referenceTest
env:
GRADLE_OPTS: "-Xmx2048m"
GRADLE_OPTS: "-Xmx4096m"
run: gradle evm:referenceTest
- name: Archive Junit Report
if: always()
Expand Down

0 comments on commit 6b0376c

Please sign in to comment.