From 2a5265216341983fe2155c173b621c994841bb96 Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Sun, 6 Feb 2022 11:26:59 -0800 Subject: [PATCH] Added console output on test cases --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e478161..97d298b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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