ci: have new_with_external_ip_test_random use all threads (#33233)

This commit is contained in:
Yihau Chen 2023-09-15 01:31:07 +08:00 committed by GitHub
parent 432cacdb0e
commit 596e17f74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ threads-required = "num-cpus"
[[profile.ci.overrides]]
filter = "package(solana-gossip) & test(/^test_star_network_push_ring_200/)"
threads-required = "num-cpus"
[[profile.ci.overrides]]
filter = "package(solana-gossip) & test(/^cluster_info::tests::new_with_external_ip_test_random/)"
threads-required = "num-cpus"