mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(ci): always run zk tests
This commit is contained in:
committed by
Nicolas Sarlin
parent
38a9853140
commit
54c314cd71
3
.github/workflows/aws_tfhe_fast_tests.yml
vendored
3
.github/workflows/aws_tfhe_fast_tests.yml
vendored
@@ -185,7 +185,8 @@ jobs:
|
||||
make test_tfhe_csprng_big_endian
|
||||
|
||||
- name: Run tfhe-zk-pok tests
|
||||
if: needs.should-run.outputs.zk_pok_test == 'true'
|
||||
# Always run it to catch non deterministic bugs earlier
|
||||
# if: needs.should-run.outputs.zk_pok_test == 'true'
|
||||
run: |
|
||||
make test_zk_pok
|
||||
|
||||
|
||||
Reference in New Issue
Block a user