MynaWallet / monorepo

16 stars 5 forks source link

Add UnitTest CI to `contracts` Directory #27

Open sakuyacatcat opened 11 months ago

sakuyacatcat commented 11 months ago

Describe the feature you would like

Overview

The contracts directory currently lacks a Continuous Integration (CI) setup for unit tests. This gap requires manual testing before pull requests or merges, which is inefficient and prone to human errors.

Proposed Solution

Configure the existing test.yml GitHub Actions to work in the contracts repository.

Additional context

No response