Skip to content

Commit

Permalink
Merge pull request #1121 from mintlayer/verbose_logs_coverage
Browse files Browse the repository at this point in the history
Enable debug logs in coverage
  • Loading branch information
pavel-kokolemin committed Aug 2, 2023
2 parents b106edd + 6ed9419 commit 22e8afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
command: test
args: --all-features --no-fail-fast
env:
RUST_LOG: 'debug'
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
Expand Down

0 comments on commit 22e8afd

Please sign in to comment.