feat(tfhe): js tests, remove server key requirement for shortint PK

This commit is contained in:
Arthur Meyre
2022-12-14 11:23:13 +01:00
committed by jborfila
parent 6cf14a5161
commit d2392e887f
14 changed files with 265 additions and 40 deletions

View File

@@ -72,6 +72,10 @@ jobs:
run: |
make test_boolean
- name: Run js on wasm API tests
run: |
make test_nodejs_wasm_api_in_docker
- name: Install AWS CLI
run: |
apt update