Skip to content

Bump BenchmarkDotNet from 0.13.12 to 0.14.0 in the all-dependencies group #124

Bump BenchmarkDotNet from 0.13.12 to 0.14.0 in the all-dependencies group

Bump BenchmarkDotNet from 0.13.12 to 0.14.0 in the all-dependencies group #124

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