Skip to content

Commit

Permalink
chore: run update tests single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Sep 3, 2024
1 parent 03f73ba commit 402bb1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
- name: Run isolated update tests in release profile
# Some `storage-proofs-update` tests need to run sequentially due to
# their high memory usage.
#cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --test-threads=1
run: cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture
run: cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture --test-threads=1

#test_ignored_release:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 402bb1a

Please sign in to comment.