about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 42c62bb..09bd08f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,8 @@ kind: pipeline
 name: run
 
 steps:
-    - name: run
-      image: mcr.microsoft.com/dotnet/sdk:latest
-      commands:
-          - dotnet run
+  - name: run
+    image: mcr.microsoft.com/dotnet/sdk:latest
+    commands:
+      - dotnet test
+      - dotnet run --project aoc2019/aoc2019.csproj