From 71db58d7ec2115c62b11c907bffb05baf1319bbd Mon Sep 17 00:00:00 2001 From: Urvi Date: Sat, 20 Jul 2024 23:14:57 -0700 Subject: [PATCH] Add tests back --- .github/workflows/galexie.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/galexie.yml b/.github/workflows/galexie.yml index 393607a7e9..31d1c33dea 100644 --- a/.github/workflows/galexie.yml +++ b/.github/workflows/galexie.yml @@ -41,5 +41,5 @@ jobs: # For pull requests, build and test the PR head not a merge of the PR with the destination. ref: ${{ github.event.pull_request.head.sha || github.ref }} - #- name: Run test - #run: go test -v -race -run TestGalexieTestSuite ./services/galexie/... + - name: Run test + run: go test -v -race -run TestGalexieTestSuite ./services/galexie/...