From f2be374adf0377185bef9528e87e05d8c819bbe4 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Tue, 17 Dec 2024 00:06:35 +0800 Subject: [PATCH] chore: enable test.multi-node test during pr and nightly build. --- .github/workflows/build-test-prValidation.yml | 2 +- .github/workflows/nightly-builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index 1138fe1eec..948e39b813 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -81,7 +81,7 @@ jobs: -Dpekko.test.tags.exclude=gh-exclude,timing \ -Dpekko.cluster.assert=on \ -Dsbt.override.build.repos=false \ - -Dpekko.test.multi-node=false \ + -Dpekko.test.multi-node=true \ -Dsbt.log.noformat=false \ -Dpekko.log.timestamps=true \ validateCompile diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index fd6ca2c6ab..141e84e46f 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -160,7 +160,7 @@ jobs: -Dpekko.test.timefactor=2 \ -Dpekko.actor.testkit.typed.timefactor=2 \ -Dpekko.test.tags.exclude=gh-exclude,timing \ - -Dpekko.test.multi-in-test=false \ + -Dpekko.test.multi-in-test=true \ clean "++ ${{ matrix.scalaVersion }} test" checkTestsHaveRun # comment out test report until an apache or GitHub published action (action-surefire-report) can be found or added allowlist from INFRA