Skip to content

Conversation

@Byron
Copy link
Owner

@Byron Byron commented Dec 1, 2022

try CI

Byron added 2 commits December 1, 2022 13:45
They are made to control which portions of typical git operations
should be handled by gitoxide and try to predict what'about
to be implemented one day.

That way testers on nightly can more easily A/B test different
capabilities as well.
Using a rust config flag we are able to selective run only those
tests that have been cleared to run with `gitoxide`, as part of
a separate test run.

That way we will keep testing all `git2` related code as before
but step by step enable more tests to work correctly with `gitoxide`.

For now it's only planned to run git-related tests, but it's possible
to one-day run the entire test suite if oen were to be willing to pay
the cost.

CI is configured to run separate tests for `gitoxide` as well.
@Byron Byron force-pushed the integrate-gitoxide branch 2 times, most recently from fd6ccdd to 0c9d0c6 Compare December 1, 2022 16:13
@Byron Byron closed this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants