Add unit test project and some early tests

This commit is contained in:
Ske
2020-06-14 18:56:53 +02:00
parent 2d43c17f9e
commit 0f041c2e3c
6 changed files with 119 additions and 3 deletions

View File

@@ -15,5 +15,5 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Build and test with dotnet
run: dotnet test --configuration Release