From 092ca1cd678c44fa078bba11d4d219e61498342a Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 28 Mar 2020 23:50:47 +0100 Subject: Update vendor slack-go/slack (#1068) --- vendor/github.com/slack-go/slack/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vendor/github.com/slack-go/slack/Makefile') diff --git a/vendor/github.com/slack-go/slack/Makefile b/vendor/github.com/slack-go/slack/Makefile index 1c64747d..72796401 100644 --- a/vendor/github.com/slack-go/slack/Makefile +++ b/vendor/github.com/slack-go/slack/Makefile @@ -25,12 +25,12 @@ lint: @go vet . test: - @go test -count=1 -timeout 300s -short . + @go test -v -count=1 -timeout 300s -short ./... test-race: - @go test -count=1 -timeout 300s -short -race . + @go test -v -count=1 -timeout 300s -short -race ./... test-integration: - @go test -count=1 -timeout 600s . + @go test -v -count=1 -timeout 600s ./... pr-prep: fmt lint test-race test-integration -- cgit v1.2.3