Skip to content

Commit

Permalink
Test Kyber on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jun 26, 2024
1 parent 608fe19 commit 1233e95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mlkem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ jobs:
cargo clean
LIBCRUX_DISABLE_SIMD128=1 LIBCRUX_DISABLE_SIMD256=1 cargo test --verbose --release $RUST_TARGET_FLAG
- name: 🏃🏻‍♀️ Test Kyber
run: |
cargo clean
cargo test --features kyber --verbose $RUST_TARGET_FLAG
benchmarks:
strategy:
fail-fast: true
Expand Down

0 comments on commit 1233e95

Please sign in to comment.