From 68b6c19dd417288b6455e58b44f487a5076882ae Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 23 Jun 2022 14:10:31 +0200 Subject: [PATCH] test: Ensure all crates members of the workspace are compiled & tested. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d55bb0a8..8c3bb757f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: nextest - args: run + args: run --workspace - name: Test documentation uses: actions-rs/cargo@v1