Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only test certain modules #1152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Only test certain modules #1152

wants to merge 1 commit into from

Commits on Oct 26, 2023

  1. Only test certain modules

    Others like tpch/{spark,polars,duckdb} don't benefit from being regularly tested or like runtime, we don't care about.
    
    Originally I was going to add a `pytest.mark.skip` but then I realized
    that that would make it hard to explicitly run certain tests.  I think
    that instead we want to make CI more specific about what it cares about.
    mrocklin committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7a6605a View commit details
    Browse the repository at this point in the history