Skip to content

Update dependency xunit to v2.9.0 #452

Update dependency xunit to v2.9.0

Update dependency xunit to v2.9.0 #452

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- run: dotnet build
- run: dotnet test --no-build UnitTests/UnitTests.csproj