Skip to content

Merge branch 'master' of github.com:KyrietS/LogAlligator #36

Merge branch 'master' of github.com:KyrietS/LogAlligator

Merge branch 'master' of github.com:KyrietS/LogAlligator #36

Workflow file for this run

name: tests
on: push
jobs:
tests:
name: Unit Testing
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- run: dotnet test --verbosity normal --configuration Release