Skip to content

fix: several small fixes in connection pool logic for consistent behavior BED-7724 #61

fix: several small fixes in connection pool logic for consistent behavior BED-7724

fix: several small fixes in connection pool logic for consistent behavior BED-7724 #61

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- v4
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build