Skip to content

Commit

Permalink
chore: generate actor bundle metadata (#4388)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Jun 4, 2024
1 parent 2d7ac55 commit 7b63535
Show file tree
Hide file tree
Showing 12 changed files with 2,124 additions and 93 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
Loading

0 comments on commit 7b63535

Please sign in to comment.