Skip to content

More tests enabled with the playground #245

More tests enabled with the playground

More tests enabled with the playground #245

Workflow file for this run

name: Validate Dev Branch
on:
workflow_dispatch:
push:
branches: [ dev ]
jobs:
validate:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x
# https://stackoverflow.com/a/70552262/14582
- name: Run tests
run: |
dotnet test --nologo -l:"console;verbosity=normal" OkTools.sln