summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2020-10-23 07:33:02 -0700
committerLuke Bakken <lbakken@pivotal.io>2020-10-28 10:45:52 -0700
commitba4678d10c35ea285e3ca6a5df1e1261908c466c (patch)
tree3294c7593ec87a8d9056ea92d29259bbd0041144
parent32c48cc81b003b7d05788bec4c606cf805c09b43 (diff)
downloadrabbitmq-server-git-ba4678d10c35ea285e3ca6a5df1e1261908c466c.tar.gz
Run entire backing_queue suite
-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 1945297e31..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:variable_queue_fold \
+ 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 597b2705d0..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:variable_queue_fold \
+ make ct-backing_queue \
base_rmq_ref=master \
current_rmq_ref=$branch_or_tag_name \
FULL= \