Skip to content

Commit

Permalink
ci: enabled go test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed Mar 2, 2024
1 parent 987526d commit 0dce07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
# https://github.com/golangci/golangci-lint-action/issues/807
skip-cache: true

# - name: Test
# run: go test -v ./...
- name: Test
run: go test -v ./internal/...

0 comments on commit 0dce07b

Please sign in to comment.