Revive network-test logs files in CI (#7459)

https://github.com/sigp/lighthouse/issues/7187


  This PR adds a writer that implements `tracing_subscriber::fmt::MakeWriter`, which writes logs to separate files for each test.
This commit is contained in:
Akihito Nakano
2025-05-22 11:51:22 +09:00
committed by GitHub
parent 817f14c349
commit 537fc5bde8
5 changed files with 61 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ jobs:
- name: Run network tests for all known forks
run: make test-network
env:
TEST_FEATURES: portable,ci_logger
TEST_FEATURES: portable
CI_LOGGER_DIR: ${{ runner.temp }}/network_test_logs
- name: Upload logs
uses: actions/upload-artifact@v4