ci: re-enable pezsc-basic-authorship doc tests and pezsnowbridge-runtime-common bench checks
- Remove pezsc-basic-authorship from doc test exclusions (exclusion was copy-pasted from zombienet-sdk-tests, no actual doc issue exists) - Remove pezsnowbridge-runtime-common from bench check exclusions (try_successful_origin is properly implemented for both ForeignAssetOwner and LocalAssetOwner with runtime-benchmarks feature gate)
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
id: required
|
||||
run: |
|
||||
git config --global --add safe.directory '*'
|
||||
cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests --exclude pezsc-basic-authorship
|
||||
cargo test --doc --workspace --locked --all-features --exclude pezkuwi-zombienet-sdk-tests
|
||||
|
||||
build-rustdoc:
|
||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||
|
||||
Reference in New Issue
Block a user