Skip to content

Tests are run twice #209

Closed
Closed
@cpsievert

Description

@cpsievert

The current approach to testing is to run tests via R CMD check and then run tests again to build the visual testing table. We could reduce build time by doing something like (inside save_outputs()?):

if (Sys.getenv("USER") == "travis") {
  # build table while running tests
} else {
  # just run the tests 
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions