Skip to content

Bump NUnit from 3.13.3 to 4.0.1 #62

Bump NUnit from 3.13.3 to 4.0.1

Bump NUnit from 3.13.3 to 4.0.1 #62

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Run Tests
run: dotnet test --no-build --verbosity normal