summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2020-10-29 13:35:32 -0700
committerLuke Bakken <lbakken@pivotal.io>2020-10-29 13:35:32 -0700
commit5b7f6e21c7d8ed4d0cbd638a93dcda9386225353 (patch)
tree83211f3c8173690b1b1a9f1dab6bf0968cc14c57
parentb7f8845ff9fe2518389b2e35145724aabaef908f (diff)
downloadrabbitmq-server-git-5b7f6e21c7d8ed4d0cbd638a93dcda9386225353.tar.gz
rabbit_msg_store diagnosis: argh gotta run the whole thing apparently
-rw-r--r--.github/workflows/test-erlang-otp-22.3.yaml2
-rw-r--r--.github/workflows/test-erlang-otp-23.1.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-erlang-otp-22.3.yaml b/.github/workflows/test-erlang-otp-22.3.yaml
index d88a13ac9e..0c193a3125 100644
--- a/.github/workflows/test-erlang-otp-22.3.yaml
+++ b/.github/workflows/test-erlang-otp-22.3.yaml
@@ -138,7 +138,7 @@ jobs:
export BASE_RMQ_REF=master
export ERLANG_VERSION=22.3
export ELIXIR_VERSION=1.10.4
- make ct-backing_queue t=variable_queue_default \
+ make ct-backing_queue \
base_rmq_ref=master \
current_rmq_ref=$branch_or_tag_name \
FULL= \
diff --git a/.github/workflows/test-erlang-otp-23.1.yaml b/.github/workflows/test-erlang-otp-23.1.yaml
index 4a6843d516..632bc500f6 100644
--- a/.github/workflows/test-erlang-otp-23.1.yaml
+++ b/.github/workflows/test-erlang-otp-23.1.yaml
@@ -138,7 +138,7 @@ jobs:
export BASE_RMQ_REF=master
export ERLANG_VERSION=23.1
export ELIXIR_VERSION=1.10.4
- make ct-backing_queue t=variable_queue_default \
+ make ct-backing_queue \
base_rmq_ref=master \
current_rmq_ref=$branch_or_tag_name \
FULL= \