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