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

Speed up function tests #122

Merged
merged 4 commits into from
May 26, 2024
Merged

Speed up function tests #122

merged 4 commits into from
May 26, 2024

Conversation

mkeeter
Copy link
Owner

@mkeeter mkeeter commented May 26, 2024

Previously, tests of the Function trait went through the Shape interface and checked all combinations of X, Y, Z arguments. However, X/Y/Z are simply variables now, so we don't need to be so exhaustive (and can significantly speed up CI).

@mkeeter mkeeter merged commit 72a1365 into main May 26, 2024
11 checks passed
@mkeeter mkeeter deleted the fast-function-tests branch May 26, 2024 19:27
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.

1 participant