Skip to content

Commit

Permalink
ci: Fix kryoptic build by including all standard algorithms
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Nov 22, 2024
1 parent 7bf9cb4 commit 866041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kryoptic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Build Kryoptic
run: |
cd kryoptic
cargo build
cargo test | tee testout.log 2>&1
cargo build --features standard
cargo test --features standard | tee testout.log 2>&1
grep -q "0 failed" testout.log
- name: Setup
Expand Down

0 comments on commit 866041f

Please sign in to comment.