Skip to content

Commit

Permalink
Force tests on tm2
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed Sep 18, 2023
1 parent 2bf549f commit 33fe711
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tm2/pkg/amino/amino.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ import (
"runtime"
"time"

"github.com/gnolang/gno/tm2/pkg/amino/pkg"
"github.com/gnolang/gno/tm2/pkg/errors"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/durationpb"
"google.golang.org/protobuf/types/known/timestamppb"

"github.com/gnolang/gno/tm2/pkg/amino/pkg"
"github.com/gnolang/gno/tm2/pkg/errors"
)

// Package "pkg" exists So dependencies can create Packages.
Expand Down Expand Up @@ -43,6 +44,7 @@ const (

func init() {
gcdc = NewCodec().WithPBBindings().Autoseal()

Check failure on line 47 in tm2/pkg/amino/amino.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofmt`-ed with `-s` (gofmt)
var err error
emptyTime, err = time.Parse(epochFmt, unixEpochStr)
if err != nil {
Expand Down

0 comments on commit 33fe711

Please sign in to comment.