run minimal test thread-free (#5315)

This increases the end-to-end testing for single-threaded mode which
otherwise might run into problems like
https://github.com/status-im/nimbus-eth2/pull/5303
This commit is contained in:
Jacek Sieka 2023-08-18 13:54:24 +02:00 committed by GitHub
parent 9a4a5d0f88
commit 8208419f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ local-testnet-minimal:
--run-geth --dl-geth \
-- \
--verify-finalization \
--discv5:no
--discv5:no \
--num-threads:1
local-testnet-mainnet:
./scripts/launch_local_testnet.sh \