From 68eb8e77d1c1f1fabc012f0959fb5268d5f13928 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 10:13:25 +0530 Subject: [PATCH] remove cache debug --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c96620af..b519e7ecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -308,8 +308,6 @@ jobs: run: | set -euo pipefail - export GODEBUG=gocachetest=1 - # Run the first test go test \ -tags testing \