From 64dfd04a27b42e967dc37cda7d15ee9adc82fc8e Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 28 Oct 2024 16:16:11 +0100 Subject: [PATCH] Run tests for all the packages in the workspace --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e2ea9733..46d72f793 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -239,7 +239,7 @@ jobs: uses: mozilla-actions/sccache-action@v0.0.6 - name: Build and archive tests - run: cargo nextest archive --archive-file nextest-archive.tar.zst + run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst env: SQLX_OFFLINE: '1'