Skip to content

Commit 110f27b

Browse files
committed
[build] enable jvm and js again
1 parent 40cc720 commit 110f27b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
jvm: corretto:24
2828
apps: sbt
2929

30-
# - name: Build JVM
31-
# run: sbt '+kyoJVM/test'
30+
- name: Build JVM
31+
run: sbt '+kyoJVM/test'
3232

33-
# - name: Build JS
34-
# run: sbt '+kyoJS/test'
33+
- name: Build JS
34+
run: sbt '+kyoJS/test'
3535

3636
- name: Build Native
3737
run: sbt '+kyoNative/test'

0 commit comments

Comments
 (0)