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