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

test only relevant tests in quicktest pipeline #83

Closed
matteodelucchi opened this issue Apr 17, 2024 · 1 comment · Fixed by #81
Closed

test only relevant tests in quicktest pipeline #83

matteodelucchi opened this issue Apr 17, 2024 · 1 comment · Fixed by #81
Assignees
Labels
enhancement New feature or request

Comments

@matteodelucchi
Copy link
Contributor

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.
@matteodelucchi matteodelucchi added the enhancement New feature or request label Apr 17, 2024
@j-i-l
Copy link
Collaborator

j-i-l commented May 1, 2024

If changes in src/ test all, otherwise test only changed files

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants