forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextest.toml
29 lines (22 loc) · 811 Bytes
/
nextest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[store]
dir = "target/nextest"
[profile.ci]
failure-output = "immediate-final"
fail-fast = false
[profile.ci.junit]
path = "junit.xml"
[[profile.ci.overrides]]
filter = "package(solana-zk-token-proof-program-tests) & test(/^test_batched_range_proof_u256$/)"
threads-required = "num-cpus"
[[profile.ci.overrides]]
filter = "package(solana-gossip) & test(/^test_star_network_push_star_200/)"
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"
[[profile.ci.overrides]]
filter = "package(solana-cargo-build-sbf)"
threads-required = "num-cpus"