Co-authored-by: Alex Pyattaev <alex.pyattaev@anza.xyz>
@@ -17,7 +17,6 @@ LIMIT=${2:-"$BUILDKITE_PARALLEL_JOB_COUNT"}
_ cargo nextest run \
--profile ci \
- --config-file ./nextest.toml \
--package solana-local-cluster \
--test local_cluster \
--partition hash:"$((INDEX + 1))/$LIMIT" \
@@ -27,7 +27,6 @@ fi
ARGS=(
--profile ci
- --config-file ./nextest.toml
--workspace
--tests
--jobs "$JOBS"
@@ -4,4 +4,4 @@ set -eo pipefail
source ci/_
-cargo nextest run --profile ci --config-file ./nextest.toml --manifest-path="svm/Cargo.toml" --features="shuttle-test" --test concurrent_tests --jobs 1
+cargo nextest run --profile ci --manifest-path="svm/Cargo.toml" --features="shuttle-test" --test concurrent_tests --jobs 1