Skip to content

Commit

Permalink
Fix evm build (#2657)
Browse files Browse the repository at this point in the history
* fix evm build

* clippy evm in ci
  • Loading branch information
kziemianek committed Apr 11, 2024
1 parent 94be20e commit 675b8a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ jobs:
echo "::group::cargo clippy sidechain"
cargo clippy --release --features sidechain,development -- -D warnings
echo "::endgroup::"
echo "::group::cargo clippy evm"
cargo clippy --release --features evm,development -- -D warnings
echo "::endgroup::"
echo "::group::cargo clippy offchain-worker"
cargo clean --profile release
cargo clippy --release --features offchain-worker,development -- -D warnings
Expand Down
2 changes: 2 additions & 0 deletions tee-worker/app-libs/sgx-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ construct_runtime!(
TransactionPayment: pallet_transaction_payment,
Sudo: pallet_sudo,
ParentchainLitentry: pallet_parentchain::<Instance1>,
ParentchainTargetA: pallet_parentchain::<Instance2>,
ParentchainTargetB: pallet_parentchain::<Instance3>,
IdentityManagement: pallet_imt,
Evm: pallet_evm,
}
Expand Down

0 comments on commit 675b8a6

Please sign in to comment.