diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da17594..9bcb4d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,6 @@ jobs: components: rustfmt, clippy - run: cargo fmt --check - - run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings - run: cargo build --target=${{ matrix.target }} ${{ matrix.features }} - run: cargo doc --target=${{ matrix.target }} ${{ matrix.features }} env: