Skip to content

Commit

Permalink
Merge branch 'v1.3-dev' into dependabot/go_modules/google.golang.org/…
Browse files Browse the repository at this point in the history
…grpc-1.68.0
  • Loading branch information
lklimek authored Nov 27, 2024
2 parents cd2cee5 + 4155125 commit 03af8c4
Show file tree
Hide file tree
Showing 30 changed files with 7,380 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
set -euo pipefail
readonly MOCKERY=2.46.3 # N.B. no leading "v"
readonly MOCKERY=2.49.1 # N.B. no leading "v"
curl -sL "https://github.com/vektra/mockery/releases/download/v${MOCKERY}/mockery_${MOCKERY}_Linux_x86_64.tar.gz" | tar -C /usr/local/bin -xzf -
make mockery 2>/dev/null
Expand Down
4 changes: 3 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
with-expecter: false
with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
filename: "{{.InterfaceName | lower}}.go"
log-level: "warn"
disable-version-string: true
resolve-type-alias: false
issue-845-fix: True
all: false
packages:
github.com/dashpay/tenderdash/abci/client:
Expand Down
Loading

0 comments on commit 03af8c4

Please sign in to comment.