From 9c6562796a9fde79755f1c11887a6d358723464b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 21 Oct 2024 10:20:06 -0600 Subject: [PATCH] =?UTF-8?q?ci:=20don't=20test=20everything=20in=20cli=20st?= =?UTF-8?q?ep=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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