Skip to content

Commit

Permalink
ci: don't test everything in cli step 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 21, 2024
1 parent ff9ae73 commit 9c65627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c65627

Please sign in to comment.