Skip to content

Commit dbb6254

Browse files
committed
Run all cluster tests
1 parent ea81dec commit dbb6254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-rabbitmq-alphas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
RABBITMQ_IMAGE: ${{ matrix.rabbitmq-image }}
5656
- name: Test against cluster
57-
run: ./mvnw test -Dtest="ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
57+
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
5858
- name: Get cluster logs
5959
if: ${{ steps.start-cluster.outcome == 'success' }}
6060
run: |

0 commit comments

Comments
 (0)