Skip to content

Commit

Permalink
run tls tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem committed Feb 15, 2024
1 parent 900b327 commit 6b30935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b30935

Please sign in to comment.