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

ci: make jobs faster during pull request testing #75

Merged
merged 1 commit into from
May 31, 2022

Conversation

ynezz
Copy link
Contributor

@ynezz ynezz commented May 9, 2022

With the proliferation of test cases, CI runs tend to become rather long
since we run all tests under valgrind using multiple gcc and Clang
versions each.

In order to speedup the jobs, we tests pull requests under the most
recent Clang versions and run all tests when the code hits the master
branch.

Closes #66
Signed-off-by: Petr Štetiar ynezz@true.cz

With the proliferation of test cases, CI runs tend to become rather long
since we run all tests under valgrind using multiple gcc and Clang
versions each.

In order to speedup the jobs, we tests pull requests under the most
recent Clang versions and run all tests when the code hits the master
branch.

Closes jow-#66
Signed-off-by: Petr Štetiar <ynezz@true.cz>
@jow- jow- merged commit 9b35df7 into jow-:master May 31, 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.

Restrict valgrind test runs to most recent gcc/clang version only
2 participants