From 219c1eec729f60a7ceb8aec89218a38d88127cea Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 24 Nov 2021 12:26:04 -0500 Subject: [PATCH] don't bother running all days --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e410fa9..dcd32fe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,3 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet test - - dotnet run --project aoc2020/aoc2020.csproj