From 3c898bdbcaeb3025b635759f674f1e34319fcae0 Mon Sep 17 00:00:00 2001 From: BusyBruce <4861164+BusyBruce@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:11:20 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E6=8C=81=E7=BB=AD?= =?UTF-8?q?=E9=9B=86=E6=88=90=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 29eed68..598c61b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,6 @@ steps: image: golang commands: - go build + - go test + - echo hello world