Skip to content

Commit

Permalink
test: remove deps use cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Feb 23, 2024
1 parent daae1e5 commit 84b68de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions node/taskfiles/taskfile.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ tasks:
cmds:
- go test ./pkg/libp2p -v
test:
deps:
- test-db
- test-admin
- test-bus
- test-libp2p
- test-admin
- test-fetcher
cmds:
- task: test-db
- task: test-admin
- task: test-bus
- task: test-libp2p
- task: test-admin
- task: test-fetcher

0 comments on commit 84b68de

Please sign in to comment.