Skip to content

Commit 2f955cc

Browse files
Fix coverage job (#1953)
* Fix wrong error log in linkstate peers * Deactivate rust logs in coverage job * Uninstall pre-installed packages in coverage job
1 parent 7cecd86 commit 2f955cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ jobs:
275275
rust: [nightly]
276276
runs-on: ${{ matrix.os }}
277277
steps:
278+
- name: Uninstall pre-installed packages
279+
run: sudo apt remove dotnet* azure-cli google-cloud-cli microsoft-edge-stable google-chrome-stable firefox temurin-8-jdk powershell mysql-server-core-8.0 mono-devel -y
280+
278281
- name: Checkout sources
279282
uses: actions/checkout@v4
280283

@@ -302,6 +305,8 @@ jobs:
302305
--skip three_node_combination_multicast \
303306
--skip two_node_combination \
304307
--skip test_gossip
308+
env:
309+
RUST_LOG: None
305310

306311
- name: Upload coverage to Codecov
307312
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)