Skip to content

Commit

Permalink
WIP: add unmeaning changes to test behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed May 15, 2024
1 parent b3ac5f6 commit 960802c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_tfhe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tfhe/src/boolean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ pub(crate) fn random_integer() -> u32 {
rng.gen::<u32>()
}

// 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.
Expand Down
2 changes: 2 additions & 0 deletions tfhe/src/c_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ pub mod high_level_api;
#[cfg(feature = "shortint-c-api")]
pub mod shortint;
pub(crate) mod utils;

// Unmeagningfull changes

0 comments on commit 960802c

Please sign in to comment.