From 489e5111acf5e3dce0a2e258427b565f044b4617 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 11 Feb 2020 02:07:33 +0300 Subject: [PATCH] GitHub actions: check all packages, examples, tests and features --- .github/workflows/code-quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index b5ec24d6f..bda5d7001 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -15,6 +15,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check + args: --workspace --examples --tests --all-features fmt: name: Rustfmt