diff --git a/Makefile b/Makefile index 533c71d5dd48..119d1825048c 100644 --- a/Makefile +++ b/Makefile @@ -470,5 +470,8 @@ pr: check-features: cargo hack check \ - --package reth-provider \ + --package reth-codecs \ + --package reth-primitives-traits \ + --package reth-primitives \ + --package reth-rpc-types \ --feature-powerset \ No newline at end of file