Skip to content

Check if the include listed after include: could be a domainname, fai… #66

Check if the include listed after include: could be a domainname, fai…

Check if the include listed after include: could be a domainname, fai… #66

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal