diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d504581..e8e80e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - name: Run cargo test coverage - run: cargo llvm-cov --html --no-default-features --features full-async,compile-tests --workspace + run: RUST_BACKTRACE=1 cargo llvm-cov --html --no-default-features --features full-async,compile-tests --workspace - name: Upload coverage report uses: actions/upload-artifact@v3