diff --git a/.github/workflows/toolchain.yml b/.github/workflows/toolchain.yml index f198e7f..bea4acf 100644 --- a/.github/workflows/toolchain.yml +++ b/.github/workflows/toolchain.yml @@ -47,7 +47,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all-targets -- -D warnings test: name: Test