From 632416cf5802a315c9962ebfb29ef4092cb92a94 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 19 Jul 2020 23:07:32 +0300 Subject: [PATCH] ci: check all packages in the workspace --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca6c1c35..719fcd27c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + args: --all build_and_test: