File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
program-libs/compressed-account/src Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4848 cargo test -p aligned-sized
4949 cargo test -p light-hasher --all-features
5050 cargo test -p light-compressed-account --all-features
51- cargo test -p light-compressed-account --features new-unique
51+ cargo test -p light-compressed-account --features new-unique,poseidon
5252 cargo test -p light-account-checks --all-features
5353 cargo test -p light-verifier --all-features
5454 cargo test -p light-merkle-tree-metadata --all-features
Original file line number Diff line number Diff line change @@ -390,8 +390,7 @@ impl ZCompressedAccount<'_> {
390390 }
391391}
392392
393- #[ cfg( not( feature = "pinocchio" ) ) ]
394- #[ cfg( test) ]
393+ #[ cfg( all( not( feature = "pinocchio" ) , test, feature = "poseidon" ) ) ]
395394mod tests {
396395 use light_hasher:: Poseidon ;
397396 use light_zero_copy:: traits:: ZeroCopyAt ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ anchor = [
2121v2 = [" light-sdk-types/v2" ]
2222cpi-context = [" light-sdk-types/cpi-context" ]
2323devnet = []
24- poseidon = [" light-hasher/poseidon" ]
24+ poseidon = [" light-hasher/poseidon" , " light-compressed-account/poseidon " ]
2525
2626
2727[dependencies ]
You can’t perform that action at this time.
0 commit comments