From dfa791efb9d16a9fa971ab661040defd0ac2e4e0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 13 Dec 2022 14:05:19 -0500 Subject: [PATCH] just run a plain test instead of printing every answer --- .drone.yml | 3 +-- README.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index be11a96..269328b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,4 @@ steps: - name: run image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - - "dotnet test -l 'console;verbosity=detailed'" - + - dotnet test diff --git a/README.md b/README.md index ad709ac..4d24890 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,3 @@ imported from my separate repos: * https://tildegit.org/ben/aoc2019 * https://tildegit.org/ben/aoc2020 * https://tildegit.org/ben/aoc2021 -