Skip to content

Commit

Permalink
Run unit tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Minfante377 committed Aug 13, 2024
1 parent 5cce906 commit 9f86746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
run: make install-dependencies
- name: Linters
run: make lint
- name: Unit Tests
run: make test
- name: Tests
run: make test-coverage
1 change: 1 addition & 0 deletions tests/integration/test_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ def test_configure_row_group_batch_size(session_catalog: Catalog) -> None:
assert len(batches) == entries


@pytest.mark.integration
@pytest.mark.parametrize("catalog", [pytest.lazy_fixture("session_catalog_hive"), pytest.lazy_fixture("session_catalog")])
def test_table_scan_default_to_large_types(catalog: Catalog) -> None:
identifier = "default.test_table_scan_default_to_large_types"
Expand Down

0 comments on commit 9f86746

Please sign in to comment.