about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-03-25 15:02:47 -0400
committerBen Harris <ben@tilde.team>2022-03-25 15:02:47 -0400
commit041264f05f590dbbb3c734301091dc79ce8885fa (patch)
tree23f90eb59a993d77161dcb393943c9e38be3b974
parent7f3cc3c6ecb2159199b8228506618e767cf0325c (diff)
print more details from unit tests
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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'