Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Add build workflow that compiles and execute the test suite #14

Closed mateobelanger closed 3 years ago

mateobelanger commented 3 years ago

Simple workflow based on the GraphGen build workflow. Uses the esy/github-action to build and cache files. Then executes the test suites under test/.

Generates / adds to the release-drafter if the commit is a push to the main branch.

Fix #9 Add github action for unit tests