Skip to content

various polishing

various polishing #166

Workflow file for this run

on:
push:
branches: [main, dev/**]
pull_request:
branches: [main]
name: tests
jobs:
tests:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
- run: dotnet build -c release --tl
- run: dotnet test -c release --no-build
runs-on: ubuntu-latest