Skip to content

Updated unit tests and CI configuration #2

Updated unit tests and CI configuration

Updated unit tests and CI configuration #2

name: unit_tests_windows-2022
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
build:
runs-on: windows-2022
steps:
- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Test
run: dotnet test tests/LM-Kit-Maestro.Tests.csproj --verbosity normal