From f947003d20891a54d2b23c753f0d824fd58c2638 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 18:56:33 +0200 Subject: [PATCH] fix drone ci --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 93a6330..2189edd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,6 +37,7 @@ pipeline: - mkdir -p /go/src/github.com/gissleh/ - ln -s . /go/src/github.com/gissleh/irc - cd /go/src/github.com/gissleh/irc/ + - ls -lR - go test ./... -v - go test -bench ./... test-1.9: