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'