Skip to content

Commit

Permalink
Split ci test script
Browse files Browse the repository at this point in the history
To see if that helps with the out-of-memory issues when doing a fastLinkJS on jvm 8
  • Loading branch information
rayrobdod committed Jun 24, 2023
1 parent 9b15fa0 commit 3507ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'sbt'
- name: sbt Test/compile
run: sbt Test/compile
- name: sbt test
run: sbt test
publish-artifact:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build_script:
- cmd: 'ECHO Global / publishTo := Some(Resolver.file("artifact", file("""C:\projects\string-context-parser-combinator\publish"""))) >publish-location.sbt'
- cmd: 'sbt compile publish'
test_script:
- cmd: 'sbt Test/compile'
- cmd: 'sbt test'
artifacts:
- path: publish
Expand Down

0 comments on commit 3507ca1

Please sign in to comment.