diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a068278a..bdb20fc70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets -- --deny warnings + args: --all-targets build-image: name: Test the build of Docker image