run tests with stdout
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-12-10 13:13:27 -05:00
parent c504f6556f
commit fabcc56951
1 changed files with 1 additions and 2 deletions

View File

@ -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'"