Skip to content

Bump BenchmarkDotNet from 0.13.6 to 0.13.8 #170

Bump BenchmarkDotNet from 0.13.6 to 0.13.8

Bump BenchmarkDotNet from 0.13.6 to 0.13.8 #170

Workflow file for this run

name: CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run
run: dotnet run -c Release