Skip to content

chore: bump cairo compiler 2.7.0 #323

chore: bump cairo compiler 2.7.0

chore: bump cairo compiler 2.7.0 #323

Triggered via pull request August 7, 2024 14:11
Status Failure
Total duration 6m 26s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
error: expect(received).toEqual(expected): src/vm/program.test.ts#L65
+ Map {} - Map(1) { - 5: [ - { - dst: { - offset: -1, - register: 1, - }, - lhs: { - cell: { - offset: 0, - register: 1, - }, - type: "Deref", - }, - rhs: { - type: "Immediate", - value: Felt { - inner: 4294967296n, - }, - }, - type: "TestLessThan", - } - ], - } - Expected - 24 + Received + 1 at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/vm/program.test.ts:65:29
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/