Skip to content

Commit

Permalink
Fix/health shutdown (#42)
Browse files Browse the repository at this point in the history
* chore: add moq files to repo

* fix: init channel

* chore: add test for health shutdown

* chore: test if channel is closed

* chore: rm generate in test action
  • Loading branch information
y-eight authored Dec 15, 2023
1 parent 4472a0b commit 904bded
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
- name: Test
run: |
go mod download
go install github.com/matryer/[email protected]
go generate ./...
go test --race --coverprofile cover.out -v ./...
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
go.work
gen

# generated interface mock files
*_moq.go

# test configs for debug launch configuration
.vscode/config

Expand Down
Loading

0 comments on commit 904bded

Please sign in to comment.