From eb4d6b06e2207b3d33c2e7d06b328bbcf9cf21f5 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 11 Sep 2024 15:19:55 +0200 Subject: [PATCH] -y. --- .github/workflows/tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3343cf7f..446ea49e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -71,7 +71,7 @@ jobs: # ~/.cargo/git - name: Install run: | - sudo apt install python3.11-dev + sudo apt install python3.11-dev -y make install-cpu - name: Run server tests run: | @@ -85,7 +85,4 @@ jobs: pre-commit run --all-files - name: Run Rust tests run: | - cargo test - # - name: sccache stats - # run: | # /usr/local/bin/sccache --show-stats