Skip to content

Commit d76d0b7

Browse files
committed
Run tests for all the packages in the workspace
1 parent 6bf166b commit d76d0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
uses: mozilla-actions/[email protected]
240240

241241
- name: Build and archive tests
242-
run: cargo nextest archive --archive-file nextest-archive.tar.zst
242+
run: cargo nextest archive --workspace --archive-file nextest-archive.tar.zst
243243
env:
244244
SQLX_OFFLINE: '1'
245245

0 commit comments

Comments
 (0)