Skip to content

Commit

Permalink
Merge pull request #10371 from filecoin-project/jen/v1200
Browse files Browse the repository at this point in the history
build: release: v1.20.0
  • Loading branch information
jennijuju authored Mar 1, 2023
2 parents 64059ca + 852e864 commit 33bec58
Show file tree
Hide file tree
Showing 607 changed files with 39,845 additions and 5,576 deletions.
776 changes: 387 additions & 389 deletions .circleci/config.yml

Large diffs are not rendered by default.

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

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

0 comments on commit 33bec58

Please sign in to comment.