ben
/
aoc
1
0
Fork 0

just run a plain test instead of printing every answer

This commit is contained in:
Ben Harris 2022-12-13 14:05:19 -05:00
parent aaed02e135
commit dfa791efb9
2 changed files with 1 additions and 3 deletions

View File

@ -6,5 +6,4 @@ steps:
- name: run
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- "dotnet test -l 'console;verbosity=detailed'"
- dotnet test

View File

@ -7,4 +7,3 @@ imported from my separate repos:
* https://tildegit.org/ben/aoc2019
* https://tildegit.org/ben/aoc2020
* https://tildegit.org/ben/aoc2021