Skip to content

Merge pull request #34 from hadashiA/ku/0.6.3 #34

Merge pull request #34 from hadashiA/ku/0.6.3

Merge pull request #34 from hadashiA/ku/0.6.3 #34

Workflow file for this run

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