Forgot to add test command to CI

This commit is contained in:
Tony Bark 2020-12-08 20:15:42 -05:00
parent 154065d386
commit 35d9b18b89

View file

@ -24,3 +24,5 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore