Skip to content

Add new SubscribeWithMetadata API method #110

Add new SubscribeWithMetadata API method

Add new SubscribeWithMetadata API method #110

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- run: docker-compose up -d
- name: Run Tests
run: go test -p 1 ./...