diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b177a4bc..280bd131 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -76,4 +76,4 @@ jobs: uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + args: --all-features --all-targets diff --git a/Makefile.toml b/Makefile.toml index edbc1828..88f3e1ee 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -92,7 +92,7 @@ args = [ # Simple clippy tweak [tasks.clippy] -args = ["clippy", "--all-targets", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"] +args = ["clippy", "--all-targets","--all-features","--", "@@split(CARGO_MAKE_TASK_ARGS,;)"] # Release building and installing Zellij [tasks.install]