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

tfhe_rust: add end-to-end testing to Github CI #248

Closed
j2kun opened this issue Nov 9, 2023 · 0 comments · Fixed by #265
Closed

tfhe_rust: add end-to-end testing to Github CI #248

j2kun opened this issue Nov 9, 2023 · 0 comments · Fixed by #265
Labels
dialect: tfhe_rust Issues concerning the tfhe_rust dialect

Comments

@j2kun
Copy link
Collaborator

j2kun commented Nov 9, 2023

We'd need to install the rust toolchain as part of the CI setup, but otherwise it should work.

For Google reasons I don't think we can add it by default to the entire bazel build, but we could use the following script to run the rust tests as a last step in the GitHub workflow.

bazel query "filter('.mlir.test$', //tests/tfhe_rust/end_to_end/...)" \
  | xargs bazel test --sandbox_writable_path=$HOME/.cargo "$@"
@j2kun j2kun added the dialect: tfhe_rust Issues concerning the tfhe_rust dialect label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialect: tfhe_rust Issues concerning the tfhe_rust dialect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant