From 99b45d2aa03f578ee46d886d906e830d356aaea2 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Thu, 3 Jun 2021 10:56:01 +0200 Subject: [PATCH] Make sure that all the workspaces crates compile --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6b0db650..dc2a7b1c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,11 @@ jobs: override: true components: rustfmt, clippy + - uses: actions-rs/cargo@v1 + with: + command: check + args: --all + - uses: actions-rs/cargo@v1 with: command: build