fix(ci): Optimism unit / integration tests (#5318)

This commit is contained in:
clabby
2023-11-06 13:58:29 +01:00
committed by GitHub
parent 22dfe96ae0
commit fa803fd7ef
6 changed files with 12 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[cfg(feature = "optimism")]
#[cfg(all(feature = "optimism", not(test)))]
compile_error!("Cannot build the `reth` binary with the `optimism` feature flag enabled. Did you mean to build `op-reth`?");
#[cfg(not(feature = "optimism"))]