Skip to content

Commit 34b7ff4

Browse files
committed
chore: double dash
1 parent c2f9f76 commit 34b7ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
# limit-access-to-actor: true
144144

145145
- name: Without multicore SDR
146-
run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores --skip stacked::vanilla::cores::tests::test_checkout_cores
146+
run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores -- --skip stacked::vanilla::cores::tests::test_checkout_cores
147147
- name: With multicore SDR
148-
run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores --skip stacked::vanilla::cores::tests::test_checkout_cores
148+
run: cargo test -p storage-proofs-porep --features isolated-testing --release --lib stacked::vanilla::cores -- --skip stacked::vanilla::cores::tests::test_checkout_cores
149149
env:
150150
FIL_PROOFS_USE_MULTICORE_SDR: true

0 commit comments

Comments
 (0)