Skip to content

Commit 85bb04e

Browse files
committed
Implemented tracing and agent sampling in sidecar
1 parent ed3aad9 commit 85bb04e

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

+2601
-572
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ jobs:
3131
run: cargo build --workspace --verbose
3232
- name: "[${{ steps.rust-version.outputs.version}}] cargo test --workspace --verbose"
3333
run: cargo test --workspace --verbose
34+
env:
35+
RUST_BACKTRACE: 1
3436
- name: "[${{ steps.rust-version.outputs.version}}] cargo test --workspace --verbose -- --ignored --test-threads=1"
3537
run: cargo test --workspace --verbose -- --ignored --test-threads=1
38+
env:
39+
RUST_BACKTRACE: 1
3640
- name: "[${{ steps.rust-version.outputs.version}}] RUSTFLAGS=\"-C prefer-dynamic\" cargo test --package test_spawn_from_lib --features prefer-dynamic -- --ignored"
3741
run: cargo test --package test_spawn_from_lib --features prefer-dynamic -- --ignored
3842
env:
39-
RUSTFLAGS: "-C prefer-dynamic"
43+
RUSTFLAGS: "-C prefer-dynamic"
44+
RUST_BACKTRACE: 1
4045
ffi:
4146
name: "FFI #${{ matrix.platform }} ${{ matrix.rust_version }}"
4247
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)