From 6b30935bc096b762f413c71c887ee1bf174f80c1 Mon Sep 17 00:00:00 2001 From: Guillem Date: Thu, 15 Feb 2024 13:17:22 -0300 Subject: [PATCH] run tls tests only --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f2850c..a117352 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,8 @@ jobs: with: go-version-file: 'go.mod' - - name: Integration test with rabbitmq - run: make test + # - name: Integration test with rabbitmq + # run: make test - # - name: TLS Integration test with rabbitmq - # run: make test-tls + - name: TLS Integration test with rabbitmq + run: make test-tls