Skip to content

0.14.1

0.14.1 #131

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
test-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build