Skip to content

Travis CI builds don't run documentation tests #36

@cmbrandenburg

Description

@cmbrandenburg

Currently, the Travis CI builds don't run documentation tests. This is because Cargo runs documentation tests only if the command line specifies no test filter. However, we use the test filter --lib to avoid running any integration tests, which would fail because the Travis CI build agent doesn't have a CouchDB server installed.

Therefore, resolving this issue will require better support for running documentation tests using Cargo.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions