diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c141707..6a772f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,8 +67,8 @@ jobs: - name: freetype and docking run: cargo clippy --workspace --all-targets --features freetype,docking - - name: allf eatures - run: cargo clippy --workspace --all-targets --all-features + - name: all features + run: cargo clippy --workspace --all-targets --features docking,freetype test: name: Run tests @@ -142,7 +142,7 @@ jobs: - name: all features if: matrix.os != 'windows-latest' - run: cargo test --workspace --all-targets --all-features + run: cargo test --workspace --all-targets --features docking,freetype - name: doc tests run: cargo test --workspace --doc