Skip to content

refactor: modify stream subscriber #88

refactor: modify stream subscriber

refactor: modify stream subscriber #88

Workflow file for this run

name: Pre Merge
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run tests
run: |
go test -v -race ./...