From 96027b3ccdfb597c0b92e285e8fc675729444ccd Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:15:44 +0300 Subject: [PATCH] chore: print backtrace --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4d11dc7dce..9481b2d145 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -68,7 +68,7 @@ jobs: - name: build test run: cargo build --release --bin run-locally - name: run CosmWasm test - run: cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture + run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture - name: run test (excluding CosmWasm) run: ./target/release/run-locally env: