diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78de14..270a623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,4 +240,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-features --all-targets \ No newline at end of file + args: --all-features --bins --examples --tests --lib \ No newline at end of file