File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments