fix: exclude revive-eth-rpc from clippy and stop VPS2 runner-8
subxt proc-macro in pezpallet-revive-eth-rpc fails to generate subxt_client module without cached artifacts. Also reduced VPS2 to single runner to prevent concurrent disk exhaustion.
This commit is contained in:
@@ -51,7 +51,8 @@ jobs:
|
|||||||
id: required
|
id: required
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory '*'
|
git config --global --add safe.directory '*'
|
||||||
cargo clippy --all-targets --all-features --locked --workspace --quiet
|
cargo clippy --all-targets --all-features --locked --workspace --quiet \
|
||||||
|
--exclude pezpallet-revive-eth-rpc
|
||||||
|
|
||||||
check-try-runtime:
|
check-try-runtime:
|
||||||
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
runs-on: ${{ needs.preflight.outputs.RUNNER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user