Skip to content

Commit

Permalink
WIP: debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed May 16, 2024
1 parent 0447f58 commit 5a03e17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/aws_tfhe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@ jobs:
- tfhe/docs/**
- README.md
- name: Echo results
run: |
echo "core_crypto_test: ${{ steps.changed-files.outputs.core_crypto_any_changed }}"
echo "boolean_test: ${{ steps.changed-files.outputs.boolean_any_changed }}"
echo "shortint_test: ${{ steps.changed-files.outputs.shortint_any_changed }}"
echo "c_api_test: ${{ steps.changed-files.outputs.c_api_any_changed }}"
echo "high_level_api_test: ${{ steps.changed-files.outputs.high_level_api_any_changed }}"
echo "examples_test: ${{ steps.changed-files.outputs.examples_any_changed }}"
echo "zk_pok_test: ${{ steps.changed-files.outputs.zk_pok_any_changed }}"
echo "csprng_test: ${{ steps.changed-files.outputs.csprng_any_changed }}"
echo "apps_test: ${{ steps.changed-files.outputs.apps_any_changed }}"
echo "user_docs_test: ${{ steps.changed-files.outputs.user_docs_any_changed }}"
echo "any_file_changed: ${{ steps.changed-files.outputs.any_changed }}"
# TODO Ajouter une étape qui aggrège tous les résultats de "any_changed" en utilisant un any()

setup-instance:
Expand Down
1 change: 1 addition & 0 deletions tfhe/src/boolean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub(crate) fn random_integer() -> u32 {
}
// A simple change
// A second simple change
// Again a change

/// Generate a couple of client and server keys with the default cryptographic parameters:
/// `DEFAULT_PARAMETERS`.
Expand Down

0 comments on commit 5a03e17

Please sign in to comment.