Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPierce committed Jul 2, 2024
1 parent 2b2a817 commit 780d7c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
java-version: '21'

- name: Build kinject
run: ./gradlew :kinject:build
run: ./gradlew :build
8 changes: 7 additions & 1 deletion kinject-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ kotlin {
jvm()
js {
browser()
nodejs()
nodejs {
testTask {
useMocha {
timeout = "30000"
}
}
}
}
wasmJs()
wasmWasi()
Expand Down

0 comments on commit 780d7c5

Please sign in to comment.