Run tests for all the packages in the workspace

This commit is contained in:
Quentin Gliech
2024-10-28 16:16:11 +01:00
parent b95d50ee87
commit 64dfd04a27

View File

@@ -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'