Skip to content

Commit

Permalink
run full integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 6, 2024
1 parent 0b2f615 commit 1fbe556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install
run: make install
- name: Run integration tests
run: PYTEST_ARGS="-k test_duckdb_url_import" make test-integration
run: make test-integration
- name: Show debug logs
if: ${{ failure() }}
run: docker compose -f dev/docker-compose.yml logs

0 comments on commit 1fbe556

Please sign in to comment.