Skip to content

chore: Update to NUnit 4 #356

chore: Update to NUnit 4

chore: Update to NUnit 4 #356

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
cache: true
- name: Install dependencies
run: dotnet restore
- name: Test with dotnet
run: dotnet test