Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmartt committed Oct 3, 2024
1 parent e2bd180 commit bbaf098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
with:
go-version: '1.22'

- name: Build
run: go build -v ./...

- name: Test
run: go test -v -coverpkg ./internal/core/services/ ./tests -cover

0 comments on commit bbaf098

Please sign in to comment.