Skip to content

Commit

Permalink
add env variable properly to show custom log
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jul 24, 2024
1 parent 0e945ba commit 3b7ac39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/block-production-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: paritytech/ci-unified:bullseye-1.70.0-2023-05-23-v20230706
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- env:
RUST_LOG: txpool=trace,basic-authorship=trace cargo test should_not_remove_invalid_transactions_from_the_same_sender_after_one_was_invalid
- name: Cargo test
env:
RUST_LOG: txpool=trace,basic-authorship=trace
run: cargo test should_not_remove_invalid_transactions_from_the_same_sender_after_one_was_invalid

0 comments on commit 3b7ac39

Please sign in to comment.