Skip to content

Commit

Permalink
ci: enable debug logging for core tests
Browse files Browse the repository at this point in the history
Enable NANO_LOG_STATS and debug level logging for core tests to help diagnose intermittent failures on CI runners
  • Loading branch information
gr0vity committed Dec 7, 2024
1 parent a865db5 commit ad5da18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
if: steps.build.outcome == 'success' && (success() || failure())
run: ../ci/tests/run-core-tests.sh
working-directory: build
env:
NANO_LOG_STATS: 1
NANO_LOG: debug

- name: RPC Tests
if: steps.build.outcome == 'success' && (success() || failure())
Expand Down Expand Up @@ -81,6 +84,9 @@ jobs:
if: steps.build.outcome == 'success' && (success() || failure())
run: ../ci/tests/run-core-tests.sh
working-directory: build
env:
NANO_LOG_STATS: 1
NANO_LOG: debug

- name: RPC Tests
if: steps.build.outcome == 'success' && (success() || failure())
Expand Down Expand Up @@ -132,6 +138,9 @@ jobs:
run: ../ci/tests/run-core-tests.sh
working-directory: build
shell: bash
env:
NANO_LOG_STATS: 1
NANO_LOG: debug

- name: RPC Tests
if: steps.build.outcome == 'success' && (success() || failure())
Expand Down

0 comments on commit ad5da18

Please sign in to comment.