Skip to content

Update the tests

Update the tests #37

Workflow file for this run

name: continuous-integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Run tests
run: dotnet test