Skip to content

Update Tests to support both Unix and Windows builds. #11

Update Tests to support both Unix and Windows builds.

Update Tests to support both Unix and Windows builds. #11

Workflow file for this run

name: Linux Local build and test
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: dotnet build
- name: Test
run: dotnet test ./src/