Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Github ci test

Github ci test #3

Triggered via pull request September 8, 2023 09:36
Status Failure
Total duration 3m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
go: testutil/network/network.go#L72
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as []"github.com/CosmWasm/wasmd/x/wasm/types".ProposalType value in argument to app.New
go: testutil/network/network.go#L73
cannot use baseapp.SetPruning(pruningtypes.NewPruningOptionsFromString(val.GetAppConfig().Pruning)) (value of type func(*baseapp.BaseApp)) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: func(*baseapp.BaseApp) does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
go: testutil/network/network.go#L74
cannot use baseapp.SetMinGasPrices(val.GetAppConfig().MinGasPrices) (value of type func(*baseapp.BaseApp)) as []"github.com/CosmWasm/wasmd/x/wasm/keeper".Option value in argument to app.New
go
Process completed with exit code 1.