add memory clean up on gochannel subscribe topics when they no longer have any more subscribers #493
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr | |
on: | |
pull_request: | |
jobs: | |
ci: | |
uses: ThreeDotsLabs/watermill/.github/workflows/tests.yml@master | |
with: | |
codecov: true | |
secrets: | |
codecov_token: ${{ secrets.CODECOV_TOKEN }} |