Skip to content

Commit

Permalink
test: Disable tests from vendor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Oct 7, 2024
1 parent 8bf66f0 commit 5b2d141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ members = [
"vendor/moonbeam/precompiles/assets-erc20",
"vendor/moonbeam/precompiles/balances-erc20",
]
default-members = [
"core-primitives",
"frame/*",
"primitives/*",
"runtime/*",
]

[workspace.dependencies]
composable-support = { path = "vendor/composable/composable-support", default-features = false }
Expand Down

0 comments on commit 5b2d141

Please sign in to comment.