From fabcc5695119b0f49da3b874cce29430f222c710 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 Dec 2021 13:13:27 -0500 Subject: run tests with stdout --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2a1ec01..15ab0ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,4 @@ steps: - name: run image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dotnet test - - dotnet run --project aoc2021/aoc2021.csproj + - "dotnet test -l 'console;verbosity=detailed'" -- cgit 1.4.1