movementlabsxyz / M1

An L1 for Move VM built on Avalanche.
https://docs.movementlabs.xyz
BSD 3-Clause "New" or "Revised" License
72 stars 53 forks source link

cicd: Add complete Aptos framework test to e2e portion of the cicd #85

Open l-monninger opened 11 months ago

l-monninger commented 11 months ago

Summary

The portion of the release workflow featuring e2e tests should include a complete test of the Aptos framework from the local runner. See the current workflow to get a sense: https://github.com/movemntdev/M1/blob/00014068fce953c19520a2c278f934b5fffbbd48/.github/workflows/release.yml#L352

Recommended Approach

  1. Determine a comprehensive test suite for Aptos framework from the upstream.
  2. Add test suite to the job linked above.