Skip to content

allow generating test topics and sending non-empty messages (#490) #91

allow generating test topics and sending non-empty messages (#490)

allow generating test topics and sending non-empty messages (#490) #91

Workflow file for this run

name: master
on:
push:
branches:
- master
jobs:
ci:
uses: ThreeDotsLabs/watermill/.github/workflows/tests.yml@master
with:
stress-tests: true
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
- run: make test_codecov
- uses: codecov/codecov-action@v3