Skip to content

Updated tests to use 'real' age calculation. #218

Updated tests to use 'real' age calculation.

Updated tests to use 'real' age calculation. #218

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Test dotnet
steps:
- uses: actions/checkout@v4
- name: Set up dotnet 7.
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
- name: Set up dotnet 9.
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet build
- name: Run test suite
run: dotnet test