diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d348ce0..a8c78511f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: check - args: --workspace --all-targets --all-features + args: -p ash -p ash-window --all-features generated: name: Generated