We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cecd86 commit 2f955ccCopy full SHA for 2f955cc
.github/workflows/ci.yml
@@ -275,6 +275,9 @@ jobs:
275
rust: [nightly]
276
runs-on: ${{ matrix.os }}
277
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
+
281
- name: Checkout sources
282
uses: actions/checkout@v4
283
@@ -302,6 +305,8 @@ jobs:
302
305
--skip three_node_combination_multicast \
303
306
--skip two_node_combination \
304
307
--skip test_gossip
308
+ env:
309
+ RUST_LOG: None
310
311
- name: Upload coverage to Codecov
312
uses: codecov/codecov-action@v5
0 commit comments