Skip to content

Commit

Permalink
Merge branch 'main' into hm/StateSectorPartition
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Jun 5, 2024
2 parents f3882c4 + 7b63535 commit 5b4bade
Show file tree
Hide file tree
Showing 13 changed files with 2,137 additions and 106 deletions.
6 changes: 6 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ slow-timeout = { period = "120s", terminate-after = 3 }
filter = 'test(networks::actors_bundle::tests::check_bundles_are_mirrored)'
slow-timeout = { period = "120s", terminate-after = 3 }

# This test downloads bundles from the network, which can take a while.
# It is only run on CI, so we can afford to be more patient.
[[profile.default.overrides]]
filter = 'test(create_manifest_json)'
slow-timeout = { period = "120s", terminate-after = 3 }

[[profile.default.overrides]]
# lint runs `cargo check` for source file discovery, which can take a while
filter = 'binary(lint)'
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b4bade

Please sign in to comment.