feat: clean up p2p
& implement missing peering functionality
#8368
This file contains 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: tm2 | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
main: | |
name: Run Main | |
uses: ./.github/workflows/main_template.yml | |
with: | |
modulepath: "tm2" | |
secrets: | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} |