Skip to content

Should TestOnPR.yml run more tests? #500

@lucaferranti

Description

@lucaferranti

Description

In the current setup, two yaml files to run CI tests are generated

  • Test.yml: Runs on multiple OSs and julia versions (assuming the user chooses to do so of course)
  • TestOnPRs.yml: only runs on latest julia version and ubuntu (even if user selects multiple OSs and julia versions)

What is the rationale for this choice?

To me, would make more sense to run the whole matrix both on main and on PR. The motivation for this is that if a PR introduces an OS-dependent problem (for example, it's not rare for packages using wrappers of C-libraries to fail only on windows) I would prefer to catch this before merging the PR to main.

Metadata

Metadata

Assignees

No one assigned

    Labels

    template: changeRelated to changes to the template, not the package - for new stuff, use 'addition to template'

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions