Skip to content

Commit c8eb70a

Browse files
Merge branch 'master' into 3010-connection-timeout-java-sdk
2 parents 4b7ed99 + 601e597 commit c8eb70a

File tree

46 files changed

+833
-2180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+833
-2180
lines changed

.github/actions/rust/pre-merge/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ runs:
146146
if command -v cargo-nextest &> /dev/null; then
147147
cargo nextest run --locked --no-fail-fast $PARTITION_FLAG
148148
else
149+
if [[ -n "$PARTITION_FLAG" ]]; then
150+
echo "::error::cargo-nextest not found, falling back to cargo test without partitioning (all tests will run on every partition)"
151+
fi
149152
cargo test --locked --no-fail-fast
150153
fi
151154
test_end=$(date +%s)

.github/workflows/_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: codecov.json
71+
disable_search: true
7172
flags: rust
7273
fail_ci_if_error: false
7374
verbose: true

0 commit comments

Comments
 (0)