Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 44b46af

Browse files
Increase Xmx in CI
1 parent d378796 commit 44b46af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
java-version: adopt@1.11
1212
- uses: sbt/setup-sbt@v1
1313
- name: Tyrian Compile & Test
14-
run: sbt clean compile scalafmtCheckAll test
14+
run: sbt -J-Xmx4G clean compile scalafmtCheckAll test

0 commit comments

Comments
 (0)