Skip to content

Commit

Permalink
Add backtrace to coverage tests (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Jun 18, 2024
1 parent 7f96119 commit d07afa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
path: crates/evm/ethereum-tests
- name: Run coverage
run: make coverage
env:
RUST_BACKTRACE: 1
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit d07afa8

Please sign in to comment.