Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Nov 4, 2024
1 parent d6451e2 commit 1dbad36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Check go.mod files are up to date
working-directory: ${{ inputs.modulepath }}
run: |
make tidy VERIFY_GO_SUMS=true
make tidy VERIFY_MOD_SUMS=true
2 changes: 2 additions & 0 deletions gno.land/pkg/gnoland/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ func ReadGenesisTxs(ctx context.Context, path string) ([]TxWithMetadata, error)
scanner = bufio.NewScanner(file)
)

scanner.Buffer(make([]byte, 1_000_000), 2_000_000)

for scanner.Scan() {
select {
case <-ctx.Done():
Expand Down

0 comments on commit 1dbad36

Please sign in to comment.