From 041264f05f590dbbb3c734301091dc79ce8885fa Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 25 Mar 2022 15:02:47 -0400 Subject: [PATCH] print more details from unit tests --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 484e4b6..3073f3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,5 @@ steps: - name: run image: mcr.microsoft.com/dotnet/sdk:latest commands: - - dotnet test + - dotnet test -l 'console;verbosity=detailed'