This commit is contained in:
vyzo
2023-03-29 22:13:26 +02:00
committed by Maciej Witowski
parent 7aa72e4466
commit 0119aea492
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -818,6 +818,12 @@ workflows:
- build
suite: itest-mpool_push_with_uuid
target: "./itests/mpool_push_with_uuid_test.go"
- test:
name: test-itest-msgindex
requires:
- build
suite: itest-msgindex
target: "./itests/msgindex_test.go"
- test:
name: test-itest-multisig
requires:
+2 -2
View File
@@ -7,12 +7,12 @@ import (
"testing"
"time"
"github.com/stretchr/testify/require"
"github.com/filecoin-project/lotus/chain/index"
"github.com/filecoin-project/lotus/chain/store"
"github.com/filecoin-project/lotus/itests/kit"
"github.com/filecoin-project/lotus/node"
"github.com/stretchr/testify/require"
)
func init() {