From a2dc7b8f324a8c7220a69109f5dc1c8c10557f69 Mon Sep 17 00:00:00 2001 From: nazeh Date: Tue, 30 Jul 2024 12:12:45 +0300 Subject: [PATCH] chore: trace flaky tests on ci --- .github/workflows/rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index a58e57b..099421f 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -34,7 +34,7 @@ jobs: run: cargo build --release --workspace --all-features --verbose - name: Run tests - run: cargo test --all-features --workspace --verbose + run: RUST_BACKTRACE=1 cargo test --all-features --workspace --verbose - name: Run docs run: cargo doc --workspace --all-features --no-deps --document-private-items --verbose