Skip to content

allow using named verifiers #6

allow using named verifiers

allow using named verifiers #6

Workflow file for this run

name: run-tests
on:
[push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Test
run: dotnet test --verbosity normal