We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4ebfa commit e5c8b61Copy full SHA for e5c8b61
.github/workflows/ci-rust.yml
@@ -28,4 +28,4 @@ jobs:
28
name: Tests (${{ matrix.os }})
29
cache-key: rust-test
30
os: ${{ matrix.os }}
31
- run: bazel test --test_env=RUST_BACKTRACE=1 --flaky_test_attempts=3 //rust/...
+ run: bazel test --test_env=RUST_BACKTRACE=full --flaky_test_attempts=3 //rust/...
0 commit comments