From 4a76506b3544609d0eb81a06d8c615f4f5af9fc3 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 15 Dec 2021 18:02:48 -0500 Subject: [PATCH] update .drone.yml to actually run the tests --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b24517..0d02039 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ ---- kind: pipeline type: docker name: default @@ -10,7 +9,7 @@ steps: # add linter - cd merlin - go build - - go test + - go test ./... trigger: branch: