Skip to content

Commit d2f9be6

Browse files
committed
Run all prover tests under disk-spill feature in CI
1 parent 5c517cc commit d2f9be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Run prover disk-spill tests
170170
run: |
171-
cargo test --release -p lambda-vm-prover --features disk-spill disk_spill -- --test-threads=1
171+
cargo test --release -p lambda-vm-prover --features disk-spill -- --test-threads=1
172172
173173
build-prover-tests:
174174
name: Build prover tests

0 commit comments

Comments
 (0)