From a747e79e5d12b1e60be14a1021f269e45e8f9008 Mon Sep 17 00:00:00 2001 From: marin Date: Sat, 27 Jun 2020 15:17:36 +0200 Subject: [PATCH] run clippy during tests --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ea50edf0..a5c76192f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,10 @@ jobs: with: command: test args: --locked --release + - name: Run cargo clippy + uses: actions-rs/cargo@v1 + with: + command: clippy build-image: name: Test the build of Docker image runs-on: ubuntu-latest