Skip to content

Commit

Permalink
test: add taskfile for event checker test
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed May 20, 2024
1 parent 00da2e3 commit b939551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sentry/taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ tasks:
dotenv: [".env"]
cmds:
- go test ./pkg/checker/balance -v
test-event:
dotenv: [".env"]
cmds:
- go test ./pkg/checker/event -v
test:
cmds:
- task: test-health
- task: test-balance
- task: test-event
run:
dotenv: [".env"]
cmds:
Expand Down

0 comments on commit b939551

Please sign in to comment.