Skip to content

Commit 402bb1a

Browse files
committed
chore: run update tests single threaded
1 parent 03f73ba commit 402bb1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
8686
- name: Run isolated update tests in release profile
8787
# Some `storage-proofs-update` tests need to run sequentially due to
8888
# 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
89+
run: cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture --test-threads=1
9190

9291
#test_ignored_release:
9392
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)