Skip to content

Commit

Permalink
remove exludes from check
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Oct 1, 2024
1 parent 956341f commit 85e3838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features --workspace --exclude egui_webview --exclude egui_flex -- -D warnings
args: --all-targets --all-features --workspace -- -D warnings

- name: RustFmt
uses: actions-rs/cargo@v1
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --workspace --exclude egui_webview
args: --all-features --workspace

- name: Cargo Doc
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 85e3838

Please sign in to comment.