Skip to content

perf: use logging methods and pass cancellation token (#395) #742

perf: use logging methods and pass cancellation token (#395)

perf: use logging methods and pass cancellation token (#395) #742

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-net10:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: dotnet build
- name: Test
run: dotnet test