Skip to content

Commit

Permalink
chore: run tests in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent be0f4b9 commit 2a08c53
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
#- uses: dtolnay/rust-toolchain@master
# with:
# toolchain: ${{needs.set-msrv.outputs.msrv}}
#- name: Install required packages
# run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev libhwloc-dev
- name: Install required packages
run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev libhwloc-dev



Expand Down Expand Up @@ -191,13 +191,11 @@ jobs:
run: ls -al /var/tmp/filecoin-proof-parameters/



#- name: Test in release profile
# #if: steps.cache-parameters-2048.outputs.cache-hit == 'true' && steps.cache-parameters-4096.outputs.cache-hit == 'true'
# run: cargo test --verbose --release --workspace --all-targets
# ## Some `storage-proofs-update` tests need to run sequentially due
# ## to their high memory usage.
# #cargo test -p storage-proofs-update --features isolated-testing --release << parameters.cargo-args >> -- --test-threads=1
- name: Test in release profile
run: cargo test --verbose --release --workspace --all-targets
## Some `storage-proofs-update` tests need to run sequentially due
## to their high memory usage.
#cargo test -p storage-proofs-update --features isolated-testing --release << parameters.cargo-args >> -- --test-threads=1



Expand Down

0 comments on commit 2a08c53

Please sign in to comment.