Skip to content

Commit

Permalink
allocate more memory for ref tests task
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed May 9, 2024
1 parent 92f5726 commit 4dbc6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
path: "**/*.class"
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle evm:referenceTest
env:
GRADLE_OPTS: "-Xmx2048m"
run: gradle evm:referenceTest
- name: Archive Junit Report
if: always()
Expand Down

0 comments on commit 4dbc6af

Please sign in to comment.