Skip to content

⬆️ Add target to dotnet 9; update nuget packages (#17) #23

⬆️ Add target to dotnet 9; update nuget packages (#17)

⬆️ Add target to dotnet 9; update nuget packages (#17) #23

Workflow file for this run

name: Tests
on:
push:
branches:
- main
tags-ignore:
- '*'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal