Skip to content

adapt test syntax to newer NUnit versions #142

adapt test syntax to newer NUnit versions

adapt test syntax to newer NUnit versions #142

Workflow file for this run

name: Build & test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Run tests
run: dotnet test