Skip to content

Merge pull request #21 from nogic1008/perf/nullable #56

Merge pull request #21 from nogic1008/perf/nullable

Merge pull request #21 from nogic1008/perf/nullable #56

Workflow file for this run

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