Internal logic fix in the multicast channel code (non-affecting public behavior/API whatsoever) #40
Workflow file for this run
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: CI - tests | |
on: | |
pull_request: | |
branches: [master] | |
jobs: | |
run_tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: ${{ github.head_ref }} | |
- uses: ./.github/actions/ci-common-setup | |
- name: Run tests | |
run: pnpm run test --type-check |