Skip to content

fix: add timeprovider fallback #280

fix: add timeprovider fallback

fix: add timeprovider fallback #280

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@v6
- name: Set up dotnet 8.
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
- name: Set up dotnet 10.
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Build
run: dotnet build
- name: Run test suite
run: dotnet test