diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2020-10-29 13:35:32 -0700 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2020-10-29 13:35:32 -0700 |
| commit | 5b7f6e21c7d8ed4d0cbd638a93dcda9386225353 (patch) | |
| tree | 83211f3c8173690b1b1a9f1dab6bf0968cc14c57 | |
| parent | b7f8845ff9fe2518389b2e35145724aabaef908f (diff) | |
| download | rabbitmq-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.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-erlang-otp-23.1.yaml | 2 |
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= \ |
