diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ea50edf0..c74430891 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,16 @@ jobs: profile: minimal toolchain: stable override: true + components: clippy - name: Run cargo test uses: actions-rs/cargo@v1 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