Compare commits

...

2 Commits

Author SHA1 Message Date
a15762ad3e Merge branch 'master' of https://git.siglerdev.us/97WaterPolo/AOC2021
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-06 11:27:42 -08:00
2a52652163 Added console output on test cases 2022-02-06 11:26:59 -08:00

View File

@ -11,7 +11,7 @@ steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- dotnet test AOC2021.Test
- dotnet test AOC2021.Test --logger "console;verbosity=detailed"
- name: build-aoc-2021
image: plugins/docker