From 99bdfbd741b80701de1eb72ec61f5e07f5ef2db1 Mon Sep 17 00:00:00 2001 From: Obscurely Date: Thu, 2 May 2024 12:11:36 +0300 Subject: [PATCH] disable treating warnings as errors in CI because of slint --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75d9eb9..2c8c227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Clippy check run: | - cargo clippy --all-targets --all-features --workspace -- -D warnings + cargo clippy --all-targets --all-features --workspace run-lint: name: Super Linter runs-on: ubuntu-latest @@ -84,7 +84,5 @@ jobs: uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - name: Check documentation - env: - RUSTDOCFLAGS: -D warnings run: > cargo doc --no-deps --document-private-items --all-features --workspace --examples