diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b316dafffe8..ba56602a4d1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,3 +58,6 @@ jobs: - name: Unit Tests run: ./gradlew unitTest + + - name: Cluster Mirroring Integration Tests + run: ./gradlew core:test --tests AsyncClusterMirrorIntegrationTest