diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 26e9025adb..ab5ccf337a 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -108,7 +108,7 @@ jobs: cpu-tests: name: CPU tests - needs: setup-instance + needs: [ file-change, setup-instance ] concurrency: group: ${{ github.workflow }}_${{ github.ref }} cancel-in-progress: true diff --git a/tfhe/src/boolean/mod.rs b/tfhe/src/boolean/mod.rs index 7174b3da45..b1f7da2394 100644 --- a/tfhe/src/boolean/mod.rs +++ b/tfhe/src/boolean/mod.rs @@ -101,6 +101,7 @@ pub(crate) fn random_integer() -> u32 { // A simple change // A second simple change // Again a change +// Blaaaaaaaaah /// Generate a couple of client and server keys with the default cryptographic parameters: /// `DEFAULT_PARAMETERS`.