From 1fbe5560716d9ad8fe5df9c64630e005d71a1412 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 5 Sep 2024 17:18:32 -0700 Subject: [PATCH] run full integration tests --- .github/workflows/python-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-integration.yml b/.github/workflows/python-integration.yml index c110adcf19..9dba99e620 100644 --- a/.github/workflows/python-integration.yml +++ b/.github/workflows/python-integration.yml @@ -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