LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
210 stars 18 forks source link

Return Codes as Test result #280

Closed froid1911 closed 2 years ago

froid1911 commented 2 years ago

For CICD Pipelines it would be very helpful if matchstick return different codes depending on the test results.

E.g. Return Code 0 if all tests succesful and Return Code 1 if one or more tests fail

dimitrovmaksim commented 2 years ago

Should be fixed in the latest version 0.3.0

dimitrovmaksim commented 2 years ago

I'm assuming I can close this Issue?