Skip to content

Commit 397ce26

Browse files
authored
[TST]: enable Rust backtraces in Python binding tests (#4253)
## Description of changes Hoping this helps debug test failures like this: https://github.com/chroma-core/chroma/actions/runs/14366566402/job/40280832204.
1 parent 0305516 commit 397ce26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
env:
6262
PROPERTY_TESTING_PRESET: ${{ inputs.property_testing_preset }}
6363
CHROMA_RUST_BINDINGS_TEST_ONLY: "1"
64+
RUST_BACKTRACE: 1
6465

6566
test-rust-single-node-integration:
6667
strategy:

0 commit comments

Comments
 (0)