Skip to content

Commit

Permalink
chore: double dash
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 3, 2024
1 parent c2f9f76 commit 34b7ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
# limit-access-to-actor: true

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

0 comments on commit 34b7ff4

Please sign in to comment.