Skip to content

Merge pull request #127 from cronofy/concurrent-construction #161

Merge pull request #127 from cronofy/concurrent-construction

Merge pull request #127 from cronofy/concurrent-construction #161

Workflow file for this run

name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- run: make test