From a2f460b55173096d50bb9f6e3848df15de9a48f9 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 4 Mar 2024 10:31:10 +0100 Subject: [PATCH] Enable Cluster tests again After latest Golang version update (1.21.7), that cluster tests are working again with no crashes Resolves: #92 Signed-off-by: Sergio Arroutbi --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 811a2712..6cbfd770 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,8 +37,8 @@ jobs: - name: Status run: minikube status - #- name: Cluster Test - # run: CLUSTER_TANG_OPERATOR_TEST=1 make test + - name: Cluster Test + run: CLUSTER_TANG_OPERATOR_TEST=1 make test - name: Deploy and Scorecard run: |