Skip to content

Commit

Permalink
Enable Scala Native compilation (tests are still off)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Jan 31, 2025
1 parent 724e9fe commit 036d248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Build JS
run: sbt '+kyoJS/test'

# - name: Build Native
# run: sbt '+kyoNative/test'
- name: Build Native
run: sbt '+kyoNative/Test/compile' # test
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Build JS
run: sbt '+kyoJS/testQuick'

# - name: Build Native
# run: sbt '+kyoNative/testQuick'
- name: Build Native
run: sbt '+kyoNative/Test/compile' # testQuick

0 comments on commit 036d248

Please sign in to comment.