pvf: use test-utils feature to export test only (#7538)
* pvf: use test-utils feature to export test only
* adding comment to test-utils feature
* make prepare-worker and execute-worker as optional dependencies and add comments to test-utils
* remove doc hidden from pvf testing
* add prepare worker and execute worker entrypoints to test-utils feature
* pvf: add sp_tracing as optional dependency of test-utils
* add test-utils for polkadot and malus
* add test-utils feature to prepare and execute workers script
* remove required features from prepare and executing
* Try to trigger CI again to fix broken jobs
---------
Co-authored-by:
Marcin S <marcin@realemail.net>
Showing
- polkadot/Cargo.lock 3 additions, 0 deletionspolkadot/Cargo.lock
- polkadot/Cargo.toml 1 addition, 2 deletionspolkadot/Cargo.toml
- polkadot/node/core/pvf/Cargo.toml 10 additions, 3 deletionspolkadot/node/core/pvf/Cargo.toml
- polkadot/node/core/pvf/common/Cargo.toml 6 additions, 1 deletionpolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/common/src/lib.rs 2 additions, 2 deletionspolkadot/node/core/pvf/common/src/lib.rs
- polkadot/node/core/pvf/common/src/pvf.rs 3 additions, 3 deletionspolkadot/node/core/pvf/common/src/pvf.rs
- polkadot/node/core/pvf/src/lib.rs 4 additions, 2 deletionspolkadot/node/core/pvf/src/lib.rs
- polkadot/node/core/pvf/src/testing.rs 0 additions, 1 deletionpolkadot/node/core/pvf/src/testing.rs
- polkadot/node/core/pvf/tests/it/worker_common.rs 4 additions, 2 deletionspolkadot/node/core/pvf/tests/it/worker_common.rs
- polkadot/node/malus/Cargo.toml 1 addition, 1 deletionpolkadot/node/malus/Cargo.toml
- polkadot/parachain/test-parachains/adder/collator/Cargo.toml 9 additions, 2 deletionspolkadot/parachain/test-parachains/adder/collator/Cargo.toml
- polkadot/parachain/test-parachains/undying/collator/Cargo.toml 9 additions, 2 deletions...dot/parachain/test-parachains/undying/collator/Cargo.toml
Please register or sign in to comment