diff options
author | Jonathan LEI | 2022-11-07 04:39:18 +0000 |
---|---|---|
committer | GitHub | 2022-11-07 04:39:18 +0000 |
commit | eddf9f0b7f2eacac690afad05abdae398bb17366 (patch) | |
tree | aa485a711e3909f5e599d0f3f0b19b0733bb037a /.github/workflows | |
parent | 140df92d7936e1fd036128d98ab565d92e9d2bd8 (diff) |
Run clippy on workspace in CI (#4614)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef47a277..15734361 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets -- -D warnings + args: --workspace --all-targets -- -D warnings - name: Run cargo doc uses: actions-rs/cargo@v1 |