Skip to content

Improve timeout handling by including the original exception in Timeo… #20

Improve timeout handling by including the original exception in Timeo…

Improve timeout handling by including the original exception in Timeo… #20

Workflow file for this run

name: unit tests
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v4
# Install .NET SDK
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
# Perform unit tests
- name: Perform unit tests
run: dotnet run --project WhoisClient.NET.Test -v:q -f net9.0