We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2b420 commit 8c4439eCopy full SHA for 8c4439e
.github/workflows/ci.yaml
@@ -39,6 +39,7 @@ jobs:
39
run: cargo fmt --all --check
40
41
build:
42
+ name: All tests except for TLS connectivity
43
strategy:
44
matrix:
45
rabbitmq-series:
@@ -79,7 +80,7 @@ jobs:
79
80
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features
81
82
tls-tests:
- name: TLS Tests
83
+ name: TLS connectivity tests only
84
85
86
@@ -176,4 +177,4 @@ jobs:
176
177
178
- name: Stop RabbitMQ container
179
if: always()
- run: docker stop rabbitmq-tls && docker rm rabbitmq-tls || true
180
+ run: docker stop rabbitmq-tls && docker rm rabbitmq-tls || true
0 commit comments