Skip to content

Updated unit tests to remove all warnings. #161

Updated unit tests to remove all warnings.

Updated unit tests to remove all warnings. #161

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
- name: Setup .NetCore
uses: actions/setup-dotnet@v1
with:
dotnet-version: 10.0.100
- name: Build with dotnet
run: |
dotnet build -c Release
- name: Unit Tests
run: |
dotnet test -c Release