Skip to content

Commit

Permalink
Gate tests behind std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 10, 2024
1 parent 2b0a7e3 commit 871c63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto/src/bls12_318/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub const BLS12_381_G2_GENERATOR: [u8; BLS12_381_G2_POINT_LEN] = [
5, 187, 239, 212, 128, 86, 200, 193, 33, 189, 184,
];

#[cfg(test)]
#[cfg(all(test, feature = "std"))]
mod test {
use ark_bls12_381::{G1Affine, G2Affine};
use ark_ec::AffineRepr;
Expand Down

0 comments on commit 871c63f

Please sign in to comment.