Skip to content

Commit

Permalink
Add tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jul 21, 2024
1 parent eeb8933 commit 71db58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/galexie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/...

0 comments on commit 71db58d

Please sign in to comment.