From 1083ef096d42451f53e759d6a40bccad3f194425 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 11:17:43 +0530 Subject: [PATCH] remove json and v flags temporarily --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f21242d5..74be6586b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -255,8 +255,6 @@ jobs: set -euo pipefail go test \ -tags testing \ - -json \ - -v \ -failfast \ -p 1 \ -timeout 10m \