Skip to content

Commit

Permalink
run minimal test thread-free (#5315)
Browse files Browse the repository at this point in the history
This increases the end-to-end testing for single-threaded mode which
otherwise might run into problems like
#5303
  • Loading branch information
arnetheduck committed Aug 18, 2023
1 parent 9a4a5d0 commit 8208419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8208419

Please sign in to comment.