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

Use fast unit testing in continuous integration #231

Closed
Witiko opened this issue Dec 28, 2022 · 0 comments · Fixed by #255
Closed

Use fast unit testing in continuous integration #231

Witiko opened this issue Dec 28, 2022 · 0 comments · Fixed by #255
Labels
continuous integration Related to the continuous integration good first issue technical debt Related to code smells and refactoring
Milestone

Comments

@Witiko
Copy link
Owner

Witiko commented Dec 28, 2022

Full continuous integration can easily take hours with the free runners provided by GitHub, which slows down development. We can achieve ~16× speed increase by using just a single command (e.g. luatex) per a unit test as demonstrated by @lostenderman. We can keep full CI for branch main.

@Witiko Witiko added good first issue technical debt Related to code smells and refactoring continuous integration Related to the continuous integration labels Dec 28, 2022
@Witiko Witiko added this to the 2.20.0 milestone Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Related to the continuous integration good first issue technical debt Related to code smells and refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant