Skip to content

Commit a2229a0

Browse files
committed
wip skip multi bit to run classic integer tests
1 parent ea4e7de commit a2229a0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/aws_tfhe_integer_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ jobs:
125125
run: |
126126
echo "NO_BIG_PARAMS=TRUE" >> "${GITHUB_ENV}"
127127
128-
- name: Gen Keys if required
129-
run: |
130-
make GEN_KEY_CACHE_MULTI_BIT_ONLY=TRUE gen_key_cache
128+
# - name: Gen Keys if required
129+
# run: |
130+
# make GEN_KEY_CACHE_MULTI_BIT_ONLY=TRUE gen_key_cache
131131

132-
- name: Run unsigned integer multi-bit tests
133-
run: |
134-
AVX512_SUPPORT=ON make test_unsigned_integer_multi_bit_ci
132+
# - name: Run unsigned integer multi-bit tests
133+
# run: |
134+
# AVX512_SUPPORT=ON make test_unsigned_integer_multi_bit_ci
135135

136136
- name: Gen Keys if required
137137
run: |

.github/workflows/aws_tfhe_signed_integer_tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,17 @@ jobs:
125125
run: |
126126
echo "NO_BIG_PARAMS=TRUE" >> "${GITHUB_ENV}"
127127
128-
- name: Gen Keys if required
129-
run: |
130-
make GEN_KEY_CACHE_MULTI_BIT_ONLY=TRUE gen_key_cache
128+
# - name: Gen Keys if required
129+
# run: |
130+
# make GEN_KEY_CACHE_MULTI_BIT_ONLY=TRUE gen_key_cache
131131

132-
- name: Run shortint multi-bit tests
133-
run: |
134-
make test_shortint_multi_bit_ci
132+
# - name: Run shortint multi-bit tests
133+
# run: |
134+
# make test_shortint_multi_bit_ci
135135

136-
- name: Run signed integer multi-bit tests
137-
run: |
138-
AVX512_SUPPORT=ON make test_signed_integer_multi_bit_ci
136+
# - name: Run signed integer multi-bit tests
137+
# run: |
138+
# AVX512_SUPPORT=ON make test_signed_integer_multi_bit_ci
139139

140140
- name: Gen Keys if required
141141
run: |

0 commit comments

Comments
 (0)