Skip to content

Commit

Permalink
disable treating warnings as errors in CI because of slint
Browse files Browse the repository at this point in the history
  • Loading branch information
Obscurely committed May 2, 2024
1 parent 2c9e418 commit 99bdfbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 99bdfbd

Please sign in to comment.