Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
97WaterPolo 2022-12-30 21:35:57 -08:00
parent 3e3a214bd3
commit c0c4573116

View File

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