Skip to content

Commit 8c4439e

Browse files
Wording
1 parent 8b2b420 commit 8c4439e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: cargo fmt --all --check
4040

4141
build:
42+
name: All tests except for TLS connectivity
4243
strategy:
4344
matrix:
4445
rabbitmq-series:
@@ -79,7 +80,7 @@ jobs:
7980
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features
8081

8182
tls-tests:
82-
name: TLS Tests
83+
name: TLS connectivity tests only
8384
strategy:
8485
matrix:
8586
rabbitmq-series:
@@ -176,4 +177,4 @@ jobs:
176177
177178
- name: Stop RabbitMQ container
178179
if: always()
179-
run: docker stop rabbitmq-tls && docker rm rabbitmq-tls || true
180+
run: docker stop rabbitmq-tls && docker rm rabbitmq-tls || true

0 commit comments

Comments
 (0)