about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-12-10 13:13:27 -0500
committerBen Harris <ben@tilde.team>2021-12-10 13:13:27 -0500
commitfabcc5695119b0f49da3b874cce29430f222c710 (patch)
tree09acecc7c410dd0f8af65a9d29442c8cbd3646db
parentc504f6556fa465083587d3e15406be82a9d9818e (diff)
run tests with stdout
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 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'"