-
Notifications
You must be signed in to change notification settings - Fork 1
test only relevant tests in quicktest pipeline #83
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
/Rhas 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request