Skip to content

Commit

Permalink
ci: add --no-tests=warn (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Jan 15, 2025
1 parent 398fbbb commit 9f7f34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/stable/run-local-cluster-partially.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ _ cargo nextest run \
--package solana-local-cluster \
--test local_cluster \
--partition hash:"$((INDEX + 1))/$LIMIT" \
--test-threads=1
--test-threads=1 \
--no-tests=warn
1 change: 1 addition & 0 deletions ci/stable/run-partition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ARGS=(
--partition hash:"$((INDEX + 1))/$LIMIT"
--verbose
--exclude solana-local-cluster
--no-tests=warn
)

_ cargo nextest run "${ARGS[@]}"

0 comments on commit 9f7f34b

Please sign in to comment.