diff --git a/.github/workflows/deny_warnings.yml b/.github/workflows/deny_warnings.yml index ea78f126..30c049f5 100644 --- a/.github/workflows/deny_warnings.yml +++ b/.github/workflows/deny_warnings.yml @@ -17,5 +17,4 @@ jobs: profile: minimal components: clippy - run: cat CI.toml >> Cargo.toml - - run: cargo +nightly clippy --lib asteracea_proc-macro-definitions --all-features -- -D warnings - - run: cargo +nightly clippy --lib asteracea --all-features -- -D warnings + - run: cargo +nightly clippy --workspace --all-features -- -D warnings