nervosnetwork / capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
MIT License
61 stars 34 forks source link

Maybe don't put contracts and tests in the same workspace #85

Closed blckngm closed 1 year ago

blckngm commented 1 year ago

They should not be built together. They don't share the same dependencies.

blckngm commented 1 year ago

Tests pulling in e.g. molecule/std will cause confusions/errors for rust-analyzer or for cargo build/cross build without -p.

jjyr commented 1 year ago

Agreed.