Skip to content

test only relevant tests in quicktest pipeline #83

@matteodelucchi

Description

@matteodelucchi

Problem:

  • Independent of the change, all tests are run in the quickest pipeline
  • The CRANchecks like pipeline has the tests turned off, because they have been run before.

Solution:

  • in the quickest pipeline, run only the corresponding test to the file that has been changed and only if a file in the directory /R has changed.
  • For changes in source code functions, for the moment, run all tests as it is hard to pick all R functions that call the respective C function.
  • Turn complete testing on in the CRAN like test pipeline.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions