浏览代码

use default location for nextest.toml (#5929)

Co-authored-by: Alex Pyattaev <alex.pyattaev@anza.xyz>
Alex Pyattaev 7 月之前
父节点
当前提交
49b430949a
共有 4 个文件被更改,包括 1 次插入3 次删除
  1. 0 0
      .config/nextest.toml
  2. 0 1
      ci/stable/run-local-cluster-partially.sh
  3. 0 1
      ci/stable/run-partition.sh
  4. 1 1
      ci/test-shuttle.sh

+ 0 - 0
nextest.toml → .config/nextest.toml


+ 0 - 1
ci/stable/run-local-cluster-partially.sh

@@ -17,7 +17,6 @@ LIMIT=${2:-"$BUILDKITE_PARALLEL_JOB_COUNT"}
 
 
 _ cargo nextest run \
 _ cargo nextest run \
   --profile ci \
   --profile ci \
-  --config-file ./nextest.toml \
   --package solana-local-cluster \
   --package solana-local-cluster \
   --test local_cluster \
   --test local_cluster \
   --partition hash:"$((INDEX + 1))/$LIMIT" \
   --partition hash:"$((INDEX + 1))/$LIMIT" \

+ 0 - 1
ci/stable/run-partition.sh

@@ -27,7 +27,6 @@ fi
 
 
 ARGS=(
 ARGS=(
   --profile ci
   --profile ci
-  --config-file ./nextest.toml
   --workspace
   --workspace
   --tests
   --tests
   --jobs "$JOBS"
   --jobs "$JOBS"

+ 1 - 1
ci/test-shuttle.sh

@@ -4,4 +4,4 @@ set -eo pipefail
 
 
 source ci/_
 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