Skip to content

refactor takclient transport and protobuf negotiation #9

refactor takclient transport and protobuf negotiation

refactor takclient transport and protobuf negotiation #9

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -m:1
- name: Test
run: dotnet test --no-build --verbosity normal -m:1