We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f73ba commit 402bb1aCopy full SHA for 402bb1a
.github/workflows/ci.yml
@@ -86,8 +86,7 @@ jobs:
86
- name: Run isolated update tests in release profile
87
# Some `storage-proofs-update` tests need to run sequentially due to
88
# their high memory usage.
89
- #cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --test-threads=1
90
- 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
91
92
#test_ignored_release:
93
# runs-on: ubuntu-latest
0 commit comments