Skip to content

Bump BenchmarkDotNet from 0.13.0 to 0.13.6 #86

Bump BenchmarkDotNet from 0.13.0 to 0.13.6

Bump BenchmarkDotNet from 0.13.0 to 0.13.6 #86

Workflow file for this run

name: Build and test PRs
on: [pull_request]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
dotnet-version: '5.0'
- name: Run tests
run: dotnet test -c Release
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Vuepress
run: |
yarn install
yarn docs:build