We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468d48 commit 73fc384Copy full SHA for 73fc384
.github/workflows/scala.yml
@@ -22,4 +22,4 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
- name: Run tests
25
- run: sbt test
+ run: sbt -mem 4096 test
0 commit comments