Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

feat(Performance): refactor send/receive improve performance #23

feat(Performance): refactor send/receive improve performance

feat(Performance): refactor send/receive improve performance #23

name: Auto PR test(bot)
on:
pull_request:
branches:
- master
- main
- dev
jobs:
run_test:
name: run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Test
run: |
dotnet test test/UnitTestTcpSocket