Added console output on test cases

This commit is contained in:
Xander Sigler 2022-02-06 11:26:59 -08:00
parent 78ab98234c
commit 2a52652163

View File

@ -11,7 +11,7 @@ steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- dotnet test AOC2021.Test
- dotnet test AOC2021.Test --logger "console;verbosity=detailed"
- name: build-aoc-2021
image: plugins/docker