Skip to content

Commit

Permalink
chore: remove duplicate go mod vendor
Browse files Browse the repository at this point in the history
Test already depends on vendor task, which already runs `go mod vendor`

Signed-off-by: Edward Poot <edwardmp@gmail.com>
  • Loading branch information
edwardmp authored and flemzord committed Jul 5, 2022
1 parent 95a83be commit 14b300b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/templates/go/Taskfile.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ tasks:
- task: start-ledger
- defer:
task: stop-ledger
- go mod vendor
- go test
- go test

0 comments on commit 14b300b

Please sign in to comment.