This repo contains fork tests to verify the Mento Protocol governance setup.
# Get the latest code
git clone git@github.com:mento-protocol/governance-tests.git
# Change directory to the the newly cloned repo
cd governance-tests
# Install dependencies with pnpm
pnpm install
# Run the tests against celo
pnpm test
# Run the tests against alfajores
pnpm test:alfajores
# Run the tests against baklava
pnpm test:baklava