Skip to content

[feat] Run unit test in CI on pull request #1051

@kevinjqliu

Description

@kevinjqliu

Feature Request / Improvement

It's easy to forget to add the "integration test mark" for integration tests. For example, test_table_scan_default_to_large_types is currently missing the integration test mark since it depends on the hive catalog.

We can solve this by running make test in CI. make test will fail for the above since the hive catalog is not available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions