Skip to content

Commit e5c8b61

Browse files
committed
[ci] Set rust backtrace to full
1 parent 0a4ebfa commit e5c8b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
name: Tests (${{ matrix.os }})
2929
cache-key: rust-test
3030
os: ${{ matrix.os }}
31-
run: bazel test --test_env=RUST_BACKTRACE=1 --flaky_test_attempts=3 //rust/...
31+
run: bazel test --test_env=RUST_BACKTRACE=full --flaky_test_attempts=3 //rust/...

0 commit comments

Comments
 (0)