Skip to content

Merge branch 'main' of https://github.com/Cysharp/R3 #390

Merge branch 'main' of https://github.com/Cysharp/R3

Merge branch 'main' of https://github.com/Cysharp/R3 #390

Workflow file for this run

name: Build-Debug
on:
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
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build