Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into adlrocha/cns-ifac…
Browse files Browse the repository at this point in the history
…e-master
  • Loading branch information
adlrocha committed Dec 5, 2022
2 parents 0b9b89b + 3155b34 commit 075216d
Show file tree
Hide file tree
Showing 217 changed files with 7,924 additions and 5,380 deletions.
448 changes: 250 additions & 198 deletions .circleci/config.yml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .circleci/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,14 @@ func main() {

// form the input data.
type data struct {
Networks []string
SnapNames []string
ItestFiles []string
UnitSuites map[string]string
}
in := data{
Networks: []string{"mainnet", "butterflynet", "calibnet", "debug"},
SnapNames: []string{"lotus", "lotus-filecoin"},
ItestFiles: itests,
UnitSuites: func() map[string]string {
ret := make(map[string]string)
Expand Down
Loading

0 comments on commit 075216d

Please sign in to comment.