Skip to content

uncomment all workflows #29

uncomment all workflows

uncomment all workflows #29

Workflow file for this run

name: test
on:
push:
branches: [ main, fix-workflow ]
pull_request:
jobs:
test-rabbitmq:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Integration test with rabbitmq
run: make test
- name: TLS Integration test with rabbitmq
run: make test-tls