Skip to content

Commit

Permalink
Run CI against Java 21, don't print backends list in JS test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Jun 4, 2024
1 parent cb7537f commit 9060575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
java: [ '8', '11', '17', '21' ]
steps:
- uses: actions/checkout@v3
- name: Set up Java
Expand Down
2 changes: 1 addition & 1 deletion backends/.js/src/test/scala/SqueezeNetTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import cats.effect.testing.scalatest.AsyncIOSpec
class ONNXScalaSpec extends AsyncFreeSpec with AsyncIOSpec with Matchers {

import org.emergentorder.onnx.onnxruntimeNode.mod.listSupportedBackends
println(listSupportedBackends())
listSupportedBackends()

implicit override def executionContext =
scala.scalajs.concurrent.JSExecutionContext.Implicits.queue
Expand Down

0 comments on commit 9060575

Please sign in to comment.