Skip to content

Commit

Permalink
fixup! fixup! chore: Increase memory for hardhat tests CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Sep 3, 2024
1 parent 408c6ee commit 3698601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Test contracts
run: pnpm test
env:
NODE_OPTIONS: --max-old-space-size=16384
NODE_OPTIONS: --max-old-space-size=12288

coverage:
name: Coverage
Expand Down

0 comments on commit 3698601

Please sign in to comment.