Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 15, 2023
1 parent 3351ac9 commit 926132f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- run: sudo apt install libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev
- run: rustup component add clippy
- uses: actions/checkout@v3
- run: cargo clippy --workspace --examples --tests -- -D warnings
- run: cargo clippy --package dioxus-std --tests --features wasm-testing -- -D warnings
- run: cargo clippy --package dioxus-std --tests --features desktop-testing -- -D warnings

0 comments on commit 926132f

Please sign in to comment.