Skip to content

Commit f728965

Browse files
committed
Set mem size only on the test step
1 parent acb4177 commit f728965

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
run: mix localize.download_locales de ja
8484

8585
- name: Run tests
86+
env:
87+
ERL_FLAGS: "+MImmbcs 4096"
8688
run: mix test
8789

8890
- name: Restore PLT cache

0 commit comments

Comments
 (0)