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

Fix test skipping logic in debug-mode emulation tests #382

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

spencerkclark
Copy link
Member

@spencerkclark spencerkclark commented Sep 7, 2023

This PR fixes errors in test skipping logic introduced in #379 (see this CI run). In that PR these particular tests were configured only to be attempted to be run upon merges to master, because they would be skipped anyway.

This PR also now ensures that we at least attempt to run the emulation tests in debug mode in CI when the developer requests to, since it will exercise the skipping logic before merging to master (upon which all pure fortran tests are attempted to be run in both repro and debug mode).

This CI job confirms that this PR worked as intended.

Copy link
Contributor

@brianhenn brianhenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good

@spencerkclark spencerkclark merged commit 70ae00d into master Sep 7, 2023
@spencerkclark spencerkclark deleted the fix-tests branch September 7, 2023 21:34
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