Skip to content

Commit

Permalink
Enable backtrace for converage test
Browse files Browse the repository at this point in the history
  • Loading branch information
DelSkayn committed Feb 13, 2024
1 parent 0ac0dc0 commit 4d547d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d547d0

Please sign in to comment.