Don't run multi-jvm tests on GHA for Scala 3 (#30461)
This commit is contained in:
parent
e127d1916f
commit
62cefddcc7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scala3-build.yml
vendored
1
.github/workflows/scala3-build.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sbt -jvm-opts .jvmopts-ci \
|
sbt -jvm-opts .jvmopts-ci \
|
||||||
-Dakka.build.scalaVersion=3.0 \
|
-Dakka.build.scalaVersion=3.0 \
|
||||||
|
-Dakka.test.multi-in-test=false \
|
||||||
-Dakka.test.tags.exclude=performance,timing,long-running \
|
-Dakka.test.tags.exclude=performance,timing,long-running \
|
||||||
akka-actor-tests/test \
|
akka-actor-tests/test \
|
||||||
akka-actor-testkit-typed/test \
|
akka-actor-testkit-typed/test \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue