From 54bf70bca1bb23426065b770e8eb88b727bff8ca Mon Sep 17 00:00:00 2001 From: teesh3rt Date: Thu, 27 Mar 2025 12:42:11 +0200 Subject: [PATCH] chore: modify the tests slightly --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88e6144..128566a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,5 @@ jobs: - name: Cache dependencies uses: Swatinem/rust-cache@v2 - - name: Install dependencies - run: cargo build - working-directory: utils - - name: Run tests - run: cargo test - working-directory: utils + run: cargo test -p boxutils