From 5e5031f2d6b45d19bf7c0845d79769edafb91eaa Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Fri, 18 Jul 2025 14:34:12 +0100 Subject: [PATCH] run all tests at once --- .gitea/workflows/cargo.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index fda0c24..7fd78fa 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -62,13 +62,7 @@ jobs: restore-keys: | ${{ runner.os }}-cargo-test-target-${{ hashFiles('**/Cargo.toml') }} ${{ runner.os }}-cargo-test-target - - name: Run unit tests + - name: Run tests uses: actions-rs/cargo@v1 with: command: test - args: --lib --bins - - name: Run integration tests - uses: actions-rs/cargo@v1 - with: - command: test - args: --tests '*'