Skip to content

Commit

Permalink
fix heap out of memory error hardhat test (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeNervoXS authored Nov 15, 2022
1 parent cc17ad5 commit 3a3b926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# This is required separately from yarn test because it generates the typechain definitions
- name: Compile
run: yarn hardhat:compile
- run: export NODE_OPTIONS=--max_old_space_size=11264
- name: Run unit tests
run: yarn hardhat:test
env:
Expand Down

0 comments on commit 3a3b926

Please sign in to comment.