This commit is contained in:
Mayeul@Zama
2023-09-13 19:41:29 +02:00
parent 28ea89ac42
commit 560c9cb3b2
2 changed files with 9 additions and 1 deletions

View File

@@ -65,6 +65,10 @@ jobs:
with:
toolchain: stable
default: true
- name: Install just
run: |
cargo install just
- name: Run concrete-csprng tests
run: |

View File

@@ -57,7 +57,11 @@ jobs:
with:
toolchain: nightly
override: true
- name: Install just
run: |
cargo install just
- name: Run benchmarks with AVX512
run: |
just AVX512_SUPPORT=ON bench_boolean