kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
18 stars 13 forks source link

feat: update CI to run all the available Cairo and Cairo Zero programs #123

Closed zmalatrax closed 1 month ago

zmalatrax commented 1 month ago

Useful to verify in the CI that a newly added Cairo files is executed (integration test).

A next iteration would be adding diff-testing to the CI (can be done for Cairo Zero programs but not Cairo programs as of now)