lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
518 stars 148 forks source link

WARNING fresh_run workflow failure #1518

Closed github-actions[bot] closed 10 months ago

github-actions[bot] commented 10 months ago

Running make test failed for ubuntu-22.04 system on commit 8a2ef24c1ca258f1d1d230cbbd1478cd1d4cf9db

pefontana commented 10 months ago

Fixed https://github.com/lambdaclass/cairo-vm/pull/1408