Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,14 @@ jobs:
- name: Run CLI tests
run: cargo test -p cli

- name: Run syscalls host tests (keccak differential vs sha3)
- name: Run syscalls host tests (allocator + keccak differential vs sha3)
run: make test-syscalls

# The dlmalloc fallback is feature-selected, so nothing else in CI compiles it and it
# can rot silently. Its tests run here too.
- name: Test the dlmalloc guest allocator fallback
run: cd syscalls && cargo test --features dlmalloc-alloc

# "Test" is a required check — keep this name to avoid branch protection changes.
# This gate job passes only when CLI, executor, disk-spill, and prover tests succeed.
test:
Expand Down
102 changes: 14 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading