You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match three case:
test integration-test::dao/test_mint_dao_proposal.move ... ok
test integration-test::daospace/dao_proposal_rejected.move ... ok
test integration-test::upgrade_module_dao_proposal/basic.move ... ok
The text was updated successfully, but these errors were encountered:
Bug Report
Starcoin IDE version:
v0.7.7-alpha
Current behavior:
When running a single integration test, the matching rules are too broad, causing multiple test cases to run.
Example:
/home/yubing/.vscode-server/extensions/starcoinorg.starcoin-ide-0.7.7-alpha/bin/mpm integration-test --current-as-stdlib dao_proposal
match three case:
test integration-test::dao/test_mint_dao_proposal.move ... ok
test integration-test::daospace/dao_proposal_rejected.move ... ok
test integration-test::upgrade_module_dao_proposal/basic.move ... ok
The text was updated successfully, but these errors were encountered: