diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 719fcd27c..e0e7aa90d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,11 +80,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: --workspace --all --bins --examples --tests + args: --all --bins --examples --tests - name: tests uses: actions-rs/cargo@v1 with: command: test - args: --workspace - + args: --all