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'