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 2, 2024
1 parent c357adf commit 5ad81c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
go-version: '1.20'

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

0 comments on commit 5ad81c4

Please sign in to comment.