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 -