diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 6141ab31b0..cc78f2a9d8 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -72,7 +72,7 @@ jobs: setup-instance: name: Setup instance (cpu-tests) - if: ${{ github.event_name == 'pull_request' && needs.file-change.outputs.any_file_changed == 'true' }} + #if: ${{ github.event_name == 'pull_request' && needs.file-change.outputs.any_file_changed == 'true' }} ###############if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.label.name, 'approved') }} needs: file-change runs-on: ubuntu-latest diff --git a/tfhe/src/boolean/mod.rs b/tfhe/src/boolean/mod.rs index 69812fe88b..4246299bdb 100644 --- a/tfhe/src/boolean/mod.rs +++ b/tfhe/src/boolean/mod.rs @@ -99,6 +99,8 @@ pub(crate) fn random_integer() -> u32 { rng.gen::() } +// Unmeaningful change + /// Generate a couple of client and server keys with the default cryptographic parameters: /// `DEFAULT_PARAMETERS`. /// The client is the one generating both keys. diff --git a/tfhe/src/c_api/mod.rs b/tfhe/src/c_api/mod.rs index fc1bd5dc42..4d18317a2a 100644 --- a/tfhe/src/c_api/mod.rs +++ b/tfhe/src/c_api/mod.rs @@ -8,3 +8,5 @@ pub mod high_level_api; #[cfg(feature = "shortint-c-api")] pub mod shortint; pub(crate) mod utils; + +// Unmeagningfull changes