From 9aebb90b4a3bd78ddede65a56217e5fcaaf0b7f0 Mon Sep 17 00:00:00 2001 From: iamawacko Date: Tue, 17 Sep 2024 21:59:55 -0700 Subject: [PATCH] ci: add backtrace, to find discrepency in test --- .github/workflows/synth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/synth.yml b/.github/workflows/synth.yml index dbe10392..aacb9b9c 100644 --- a/.github/workflows/synth.yml +++ b/.github/workflows/synth.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@nightly - - run: cargo test + - run: RUST_BACKTRACE=1 cargo test