ci: remove check-cfg job (#8106)

This commit is contained in:
DaniPopes
2024-05-05 12:31:12 +02:00
committed by GitHub
parent d01996103b
commit 101e99f57f
3 changed files with 4 additions and 20 deletions

View File

@ -48,7 +48,7 @@ macro_rules! fuzz_type_and_name {
};
}
#[cfg(any(test, feature = "bench"))]
#[cfg(test)]
pub mod fuzz_rlp {
use crate::roundtrip_encoding;
use alloy_rlp::{RlpDecodableWrapper, RlpEncodableWrapper};

View File

@ -4,7 +4,6 @@ mod multiplex;
mod requests;
mod session;
mod startup;
#[cfg(not(feature = "optimism"))]
mod txgossip;
fn main() {}