Skip to content

Commit

Permalink
only run duckdb test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 6, 2024
1 parent 089e05d commit 0b2f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Linters
run: make lint
- name: Tests
run: make test-coverage
run: PYTEST_ARGS="-k test_duckdb_url_import" make test-integration

0 comments on commit 0b2f615

Please sign in to comment.