Skip to content

Test all wheels as part of default branch CI

Yury Matveyev requested to merge 539-run-full-set-of-test-in-develop into develop

Closes #539 (closed) , which was triggered by #538 (closed)

I added if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH rule to the .rules-wheel: in our CI, which should force wheel tests in the develop branch.

Also nee to figure out how to selectivly run AppVeyor. AppVeyor tests already run on the default branch.

Edited by Anton Joubert

Merge request reports