Description:
The Makefile has targets for individual contract crates (test-invoice, test-governance, test-distribution) but lacks one specifically for the insurance pool. This makes it inconsistent and requires developers to remember the raw cargo command.
Why it matters: Consistent Makefile targets reduce cognitive load and prevent mistakes.
Acceptance Criteria:
Relevant Files: Makefile
Description:
The
Makefilehas targets for individual contract crates (test-invoice,test-governance,test-distribution) but lacks one specifically for the insurance pool. This makes it inconsistent and requires developers to remember the raw cargo command.Why it matters: Consistent Makefile targets reduce cognitive load and prevent mistakes.
Acceptance Criteria:
test-insurancetarget that runscargo test -p insurance_poolhelptarget listingRelevant Files:
Makefile