Skip to content

fix a couple of race conditions in tests (#535) #132

fix a couple of race conditions in tests (#535)

fix a couple of race conditions in tests (#535) #132

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: true
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}