Skip to content

Bump xunit from 2.7.0 to 2.8.0 #74

Bump xunit from 2.7.0 to 2.8.0

Bump xunit from 2.7.0 to 2.8.0 #74

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v4
- name: Test
run: dotnet test -c Release
- name: Test - Compiled
run: dotnet test --configuration Release /p:Compiled=true