From b559eb6952e7fd64d2cb6eb33acad8cc176345e4 Mon Sep 17 00:00:00 2001 From: Andrey Ivanov Date: Wed, 11 Nov 2020 13:46:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=B4=D0=BB=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B2=20=D0=BE=D1=82?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20=D0=B3=D1=80=D1=83?= =?UTF-8?q?=D0=BF=D0=BF=D1=83=20=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D1=81=20count=3D10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4a462b..32f43cb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ unit-test-fast: go test -race -count 100 -timeout 30s -short ./internal/... unit-test-slow: - go test -race -count 10 -timeout 150s -run Slow ./internal/... + go test -race -timeout 150s -run Slow ./internal/... integration-test: go test -v ./cmd/...