mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
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:
2
.github/workflows/test-suite.yml
vendored
2
.github/workflows/test-suite.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user