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

chore(backward): move compat tests to avoid compiling them everytime #1936

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

nsarlin-zama
Copy link
Contributor

closes: https://github.com/zama-ai/tfhe-rs-internal/issues/867

PR content/description

Moved it to a workspace level "tests" folder, that way they are run with cargo test -p tests or when doing cargo test in the workspace root, but I don't think that we are doing this

@cla-bot cla-bot bot added the cla-signed label Jan 9, 2025
Cargo.toml Outdated
@@ -11,10 +11,11 @@ members = [
"backends/tfhe-cuda-backend",
"utils/tfhe-versionable",
"utils/tfhe-versionable-derive",
"tests"
Copy link
Member

Choose a reason for hiding this comment

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

this is a tab, please enable editor config

Copy link
Contributor Author

@nsarlin-zama nsarlin-zama Jan 9, 2025

Choose a reason for hiding this comment

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

I have it but .editorconfigonly sets space for .rs files

Copy link
Member

Choose a reason for hiding this comment

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

then let's update it for .c .h and .toml files as well

Cargo.toml Outdated Show resolved Hide resolved
@nsarlin-zama nsarlin-zama force-pushed the ns/chore/move_backward_compat_test branch from fa63d77 to 14e1810 Compare January 9, 2025 12:02
@nsarlin-zama nsarlin-zama force-pushed the ns/chore/move_backward_compat_test branch from 14e1810 to 18e6290 Compare January 9, 2025 12:07
Copy link
Member

@IceTDrinker IceTDrinker 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 !

@nsarlin-zama nsarlin-zama merged commit cd5b3c6 into main Jan 10, 2025
108 checks passed
@nsarlin-zama nsarlin-zama deleted the ns/chore/move_backward_compat_test branch January 10, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants