diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e69921..7783d211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Check run: cargo check-all-features - name: Test - run: cargo test -F duckdb/bundled --all-features + run: cargo test -p stac-cli -F duckdb/bundled --all-features - name: Install run: uv sync - name: Smoke test