chainwayxyz / citrea

Citrea, Bitcoin's First ZK Rollup 🍊🍋
https://citrea.xyz
GNU General Public License v3.0
73 stars 13 forks source link

Fix missing alloy feature for tests #804

Closed kpp closed 1 week ago

kpp commented 1 week ago

Description

Reported by Esad

Testing

cargo test --package citrea --test all_tests --all-features -- e2e::full_node_verify_proof_and_store --exact --show-output

eyusufatik commented 1 week ago

how did this work in CI before ????

kpp commented 1 week ago

how did this work in CI before ????

Because we have alloy = { workspace = true, features = ["consensus" in evm/Cargo.toml. Which is enough when we build the whole workspace.