Skip to content

Commit dbb012a

Browse files
committed
Filter prover CI step to disk-spill tests
1 parent 7da645a commit dbb012a

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
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Run prover disk-spill tests
186186
run: |
187-
cargo test --release -p lambda-vm-prover --features disk-spill -- --test-threads=1
187+
cargo test --release -p lambda-vm-prover --features disk-spill -- --test-threads=1 disk_spill count_table_lengths
188188
189189
build-prover-tests:
190190
name: Build prover tests

0 commit comments

Comments
 (0)