From 71d764dd69c8e2041ae53e221b6c4397fd321790 Mon Sep 17 00:00:00 2001 From: malwaredllc <30509968+malwaredllc@users.noreply.github.com> Date: Sat, 14 May 2022 18:07:38 -0600 Subject: [PATCH] Env var --- .github/workflows/go.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 929c5b2..27d44fc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,10 +22,6 @@ jobs: run: go build -v ./... - name: Test LRU Cache - run: go test -v ./lru_cache - - - name: Test Consistent Hashing Ring - run: go test -v ./ring - - - name: Integration Tests - run: go test -v main_test.go \ No newline at end of file + run: go test -v ./... + env: + GODEBUG: x509sha1=1 \ No newline at end of file