Skip to content

Commit

Permalink
[WIP]: test changes to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jan 16, 2025
1 parent cbdba38 commit 18f3cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_tfhe_fast_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
user_docs:
- tfhe/src/**
- '!tfhe/src/c_api/**'
- 'tfhe/docs/**.md'
- 'tfhe/docs/**/**.md'
- README.md
- name: Aggregate file changes
Expand Down
1 change: 1 addition & 0 deletions tfhe/docs/references/core-crypto-api/presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ let cleartext = rounded >> 60;
// Check we recovered the original message
assert_eq!(cleartext, msg);
```
A NESTED CHANGE

0 comments on commit 18f3cb7

Please sign in to comment.