diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index acf528d..109b14e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -76,9 +76,6 @@ jobs: run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features stable if: runner.os == 'Linux' - - name: "Deny Warnings" - run: cargo build --features deny-warnings - - name: "Install Rustup Targets" run: | rustup target add i686-unknown-linux-gnu