Skip to content

Commit a60db78

Browse files
committed
ci: don't build duckdb for cli
1 parent 42a1316 commit a60db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: dtolnay/[email protected]
6363
- uses: Swatinem/rust-cache@v2
6464
- name: Test
65-
run: cargo test -p stac-cli --all-features
65+
run: cargo test -p stac-cli
6666
test-cli-python:
6767
name: Test stacrs-cli (python)
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)