chore(ci): enable AVX512 for integer and multi bit integer tests

This commit is contained in:
Arthur Meyre
2023-10-03 17:33:33 +02:00
parent 4a00d25cb1
commit 41c20e22f5
4 changed files with 21 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Run integer tests
run: |
BIG_TESTS_INSTANCE=TRUE make test_integer_ci
AVX512_SUPPORT=ON BIG_TESTS_INSTANCE=TRUE make test_integer_ci
- name: Slack Notification
if: ${{ always() }}

View File

@@ -75,7 +75,7 @@ jobs:
- name: Run integer multi-bit tests
run: |
make test_integer_multi_bit_ci
AVX512_SUPPORT=ON make test_integer_multi_bit_ci
- name: Slack Notification
if: ${{ always() }}