diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a27d155..60a3f61 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,9 +47,6 @@ jobs: - name: "Run cargo doc" run: cargo doc - - name: "Deny Warnings" - run: cargo build --features deny-warnings - - name: "Install Rustup Targets" run: rustup target add i686-unknown-linux-gnu