diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3203cf..e63c1df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - uses: Swatinem/rust-cache@v1 - run: cargo test --all-features -- --skip src/lib.rs if: ${{ matrix.os != 'windows-latest' }} - - run: cargo test --all-features -- --skip src\lib.rs + - run: cargo test --features=search -- --skip src\lib.rs if: ${{ matrix.os == 'windows-latest' }} lint: runs-on: ubuntu-latest