From bc1d96adff5a61e36450b62929cb04a0fd03d5d1 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 18:34:43 +0200 Subject: [PATCH] fix drone ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7524635..809a163 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ pipeline: - mkdir -p /go/src/github.com/gissleh/ - mv /project/irc /go/src/github.com/gissleh/ - cd /go/src/github.com/gissleh/irc/ - - go get + - go get github.com/stretchr/testify/assert - go test ./... -v - go test -bench ./... test-1.11: